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
This PR was merged into the master branch.
Discussion
----------
Add the profiler pack
fixedsymfony/flex#90
License MIT
Commits
-------
5824ee7 added the profiler pack
This PR was squashed before being merged into the master branch (closes#76).
Discussion
----------
[Doc] Add missing doc about the "container" configurator
| Q | A
| ------------- | ---
| License | MIT
Was missing, not sure it was by purpose or not, but I propose to add it anyway, feel free to close it if you think it's not relevant.
Just about the bottom-note I added, it's because of [this "fixme" comment](https://github.com/symfony/flex/blob/master/src/Configurator/ContainerConfigurator.php#L27-L30), I'm not sure this warning should be present in the docs or if we shouldn't tell about it as the "fixme" might be solved one day 🤔
Commits
-------
c101117 [Doc] Add missing doc about the "container" configurator