When trying to upgrade the installation failed.
With "composer.phar install" I ran into:
./composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
Compiling component files
Updating the "app/config/parameters.yml" file
[JMS\SecurityExtraBundle\Exception\RuntimeException]
You have overridden a secured method "VIB\CoreBundle\Controller\CRUDController::listAction" in "VIB\FliesBundle\Controller\StockController". Please copy over the applicable security metadata, and also add @SatisfiesParentSecurityPolicy.
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception
[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [packages1] ... [packagesN]
Help!
When trying to upgrade the installation failed.
With "composer.phar install" I ran into:
./composer.phar install Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Generating autoload files Compiling component files Updating the "app/config/parameters.yml" file[JMS\SecurityExtraBundle\Exception\RuntimeException] You have overridden a secured method "VIB\CoreBundle\Controller\CRUDController::listAction" in "VIB\FliesBundle\Controller\StockController". Please copy over the applicable security metadata, and also add @SatisfiesParentSecurityPolicy.Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception[RuntimeException] An error occurred when executing the "'cache:clear --no-warmup'" command.install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [packages1] ... [packagesN]Help!