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
This PR was merged into the master branch.
Discussion
----------
[symfony] Correct versions for symfony/orm-pack and symfony/profiler-pack
| Q | A
| ------------- | ---
| License | MIT
Also added aliases `doctrine-orm` and `doctrine` for `symfony/orm-pack` to better address symfony/flex#28 and symfony/recipes#24.
Commits
-------
38f8251 [symfony] Correct versions for symfony/orm-pack and symfony/profiler-pack
This PR was merged into the master branch.
Discussion
----------
[lexik/jwt-authentication-bundle] Fix generate-jwt-keys target in Makefile
| Q | A |
| --- | --- |
| License | MIT |
The definition of the `generate-jwt-keys` target broke the `Makefile` when the `openssl` binary is not available.
Commits
-------
651c84f [lexik/jwt-authentication-bundle] Fix generate-jwt-keys target in Makefile