Commit 636423c
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
2 files changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 47 | | |
54 | 48 | | |
55 | 49 | | |
Binary file not shown.
0 commit comments