This PR was merged into the master branch.
Discussion
----------
[API Platform] Update the API Platform config to use the new mapping paths
| Q | A
| ------------- | ---
| License | MIT
We recently changed the way to configure resources' paths in API Platform 2.1.0 beta 3, see https://github.com/api-platform/core/pull/1271.
Commits
-------
8a76aa5 Update the API Platform config to use the new mapping paths
This PR was merged into the master branch.
Discussion
----------
Remove unneeded flag
| Q | A
| ------------- | ---
| License | MIT
This has been fixed in Symfony directly now.
Commits
-------
eb64d97 removed unneeded flag
This PR was merged into the master branch.
Discussion
----------
Move routing configuration to routes/ instead of routing/
| Q | A
| ------------- | ---
| License | MIT
Commits
-------
f5549bd moved routing configuration to routes/ instead of routing/
This PR was merged into the master branch.
Discussion
----------
Fix the Makefile
| Q | A
| ------------- | ---
| License | MIT
Alternative fix to #120.
Commits
-------
d8f4d2d Fix the Makefile
This PR was merged into the master branch.
Discussion
----------
[framework-bundle] Fix bin/console exit code on error in Makefile
| Q | A
| ------------- | ---
| License | MIT
Do not swallow errors.
Commits
-------
99ee3cc [framework-bundle] Fix bin/console exit code on error in Makefile
This PR was merged into the master branch.
Discussion
----------
Fix `make serve` with web-server-bundle
| Q | A
| ------------- | ---
| License | MIT
When renaming the directory structure, this was forgotten.
Commits
-------
761095a Fix `make serve` with web-server-bundle
This PR was squashed before being merged into the master branch (closes#106).
Discussion
----------
Move etc/ to config/ and web/ to public/
| Q | A
| ------------- | ---
| License | MIT
Must be merged just after symfony/flex#122
Commits
-------
0cf07ad fixed some file names
bf2148f moved etc/ to config/ and web/ to public/
This PR was merged into the master branch.
Discussion
----------
Support alternative bin dirs for the security checker
| Q | A
| ------------- | ---
| License | MIT
The auto-scripts entry now relies on the fact that Composer adds the bin-dir in the PATH instead of asking the Flex plugin to run a php-script.
Fixes https://github.com/symfony/flex/issues/109
Commits
-------
ac72605 Support alternative bin dirs for the security checker