Skip to content

Commit 777d4b5

Browse files
committed
Remove composer.phar from repository
The 3MB composer.phar binary should not be tracked in git. It was already listed in .gitignore but had been committed previously. The sfbuild Makefile target now uses `symfony composer` directly, consistent with how the build target uses `composer`. https://claude.ai/code/session_01Y23jrgXnJ6Av6Gf6LdwhMx
1 parent e214aec commit 777d4b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build: ## it launches all the build
4545
bin/phpunit
4646

4747
sfbuild: ## it launches all the build
48-
symfony php composer.phar install
48+
symfony composer install
4949
PHP_CS_FIXER_IGNORE_ENV=1 symfony php bin/php-cs-fixer fix -v
5050
symfony php bin/psalm
5151
symfony php bin/phpunit

composer.phar

-2.92 MB
Binary file not shown.

0 commit comments

Comments
 (0)