Skip to content

Commit

Permalink
Loosen sf 5.0 requirements for testing agains Contao
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Sep 21, 2020
1 parent 9e36ed7 commit 4921358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:
before_script:
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- travis_retry composer self-update && composer --version
- travis_retry composer require symfony/config ${SYMFONY_VERSION} --no-update
# Contao currently conflicts with symfony 5.0 config
# - travis_retry composer require symfony/config ${SYMFONY_VERSION} --no-update
- travis_retry composer require symfony/dependency-injection ${SYMFONY_VERSION} --no-update
- travis_retry composer require symfony/form ${SYMFONY_VERSION} --no-update
- travis_retry composer require symfony/framework-bundle ${SYMFONY_VERSION} --no-update
Expand Down

0 comments on commit 4921358

Please sign in to comment.