a2lix / TranslationFormBundle

Ease translations with some dedicated Symfony form types
https://a2lix.fr/bundles/translation-form
MIT License
330 stars 140 forks source link

Composer install failed - "doctrine/doctrine-migrations-bundle" > 2.X.X #350

Closed joey-barbier closed 4 years ago

joey-barbier commented 4 years ago

PHP version

$ php -v
PHP 7.4.5 (cli) (built: Apr 23 2020 02:25:56) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.5, Copyright (c), by Zend Technologies

Subject

Composer install failed when the version of doctrine/doctrine-migrations-bundle / doctrine/migrations is upper of 2.X.X

Steps to reproduce

You must set the version of doctrine/doctrine-migrations-bundle / doctrine/migrations at 3.0.1

Expected results

Executing script cache:clear [KO]
 [KO]
Script cache:clear returned with error code 1
!!  
!!  In ArrayNode.php line 319:
!!                                                                                 
!!    Unrecognized options "dir_name, namespace" under "doctrine_migrations". Ava  
!!    ilable options are "all_or_nothing", "check_database_platform", "connection  
!!    ", "custom_template", "em", "factories", "migrations", "migrations_paths",   
!!    "organize_migrations", "services", "storage".                                
!!                                                                                 
!!  
!!  
Script @auto-scripts was called via post-update-cmd
webda2l commented 4 years ago

https://jmsche.fr/en/blog/upgrade-doctrine-migrations-from-2-x-to-3-0