mathieu-ducrot / liip-load-fixture-files-test

Test environment for the loadFixtureFiles from the LiipFunctionalTestBundle
1 stars 0 forks source link

SF 3.4 #5

Closed mathieu-ducrot closed 4 years ago

mathieu-ducrot commented 4 years ago

Goal

Try update the dependencies to Symfony 3.4

Guide :

mathieu-ducrot commented 4 years ago

Composer command :

composer remove sensio/dbal
composer remove sensio/distribution-bundle
composer remove doctrine/orm
# Update symfony/symfony from composer.json to 3.4
composer update symfony/symfony
# Comment the orm config
composer require sensio/distribution-bundle
composer require doctrine/orm
# Uncomment the orm config
mathieu-ducrot commented 4 years ago

Travis test build have the same behavior with SF 3.4