diff --git a/.gitignore b/.gitignore index 20183439..19e9538a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.DS_Store -opentok-php-sdk.phar +opentok.phar vendor/ phpunit.xml sample/HelloWorld/vendor/ diff --git a/box.json b/box.json index faa6d9c9..41b58a5e 100644 --- a/box.json +++ b/box.json @@ -1,5 +1,5 @@ { - "alias": "opentok-php-sdk", + "alias": "opentok", "directories": [ "src" ], "files": [ "tools/stub.php" ], "finder": [ @@ -9,6 +9,6 @@ "in": "vendor" } ], - "output": "opentok-php-sdk.phar", + "output": "opentok.phar", "stub": "tools/stub.php" } diff --git a/tools/stub.php b/tools/stub.php index 2e42333d..c07e9368 100644 --- a/tools/stub.php +++ b/tools/stub.php @@ -1,6 +1,6 @@