Skip to content

Commit 636423c

Browse files
fain182claude
andauthored
Remove Symfony-specific build target and composer.phar (#576)
* 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 * Remove unused sfbuild Makefile target The sfbuild target was a duplicate of build wrapped with the Symfony CLI. It was not referenced anywhere (CI, docs, Dockerfile) and was the only reason composer.phar was committed in the repo. https://claude.ai/code/session_01Y23jrgXnJ6Av6Gf6LdwhMx --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent e214aec commit 636423c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ build: ## it launches all the build
4444
bin/psalm.phar --no-cache
4545
bin/phpunit
4646

47-
sfbuild: ## it launches all the build
48-
symfony php composer.phar install
49-
PHP_CS_FIXER_IGNORE_ENV=1 symfony php bin/php-cs-fixer fix -v
50-
symfony php bin/psalm
51-
symfony php bin/phpunit
52-
5347
dt: ##it launches tests using container
5448
docker run --rm -it --entrypoint= -v $(PWD):/arkitect phparkitect make test
5549

composer.phar

-2.92 MB
Binary file not shown.

0 commit comments

Comments
 (0)