diff --git a/composer.phar b/composer.phar deleted file mode 100755 index 6b44454..0000000 Binary files a/composer.phar and /dev/null differ diff --git a/package.json b/package.json index 221d51e..e3e8f4d 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "lint:fix:style": "stylelint 'ts/**/*.scss' --fix", "lint:php": "./vendor/bin/php-cs-fixer fix --dry-run", "lint:fix:php": "./vendor/bin/php-cs-fixer fix", - "composer:install": "php composer.phar install --no-dev -o", - "composer:install:dev": "php composer.phar install -o", + "composer:install": "composer install --no-dev -o", + "composer:install:dev": "composer install -o", "release:build": "node scripts/build-release.js", "release:publish": "node scripts/publish-release.js" },