Updated Symfony as well as the framework bundle's recipe:
The framework is now generating an APP_SECRET. We've overridden this with ILIOS_SECRET so I kept that. Probably worth looking at to go back to the default if the bundle is go...
This will keep us from getting anything but patch version updates for symfony, we'll have to keep track of the larger version upgrades ourselves. This is necessary to prevent weird partial updates when our extras.symfony.version value in...
Using this composer command we can ensure that the lock file is up to date and working.
no-check-all: remove errors where we use @stable
for the version no-check-version: ignores that we store the version in our composer.json file - t...