This PR was merged into the master branch.
Discussion
----------
Remove useless conflict
Not much use to depend on `symfony/framework-bundle:3.3.x-dev` and then declare a conflict with `<3.3`.
Commits
-------
6958a71 Remove useless conflict
This PR was merged into the master branch.
Discussion
----------
Move flex-id to extra settings
As said by @stof in [this comment](beb77b8466 (commitcomment-21397542)), even if `config` part is not validated by `composer validate`, custom settings should still be under `extra` to avoid `composer config` to fail update/modify/remove this value
Commits
-------
d97e8a3 Move flex-id to extra settings
This PR was merged into the master branch.
Discussion
----------
Autoload tests only in the dev environment
Tests don't need to be registered in the production autoloader.
Commits
-------
69c465d Autoload tests only in the dev environment