Skip to content

Commit

Permalink
Merge pull request #1 from Codeception/symfony5
Browse files Browse the repository at this point in the history
Support symfony/finder 5
  • Loading branch information
Naktibalda authored Dec 4, 2019
2 parents 971e7a4 + 49be019 commit fe3c352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sudo: false
install:
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
- travis_retry composer self-update && composer --version
- composer require --no-update codeception/codeception:"4.0.x-dev"
- COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction

script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=5.6.0 <8.0",
"codeception/codeception": "*@dev",
"symfony/finder": ">=2.7 <5.0"
"symfony/finder": ">=2.7 <6.0"
},
"require-dev": {
"codeception/util-robohelpers": "dev-master"
Expand Down

0 comments on commit fe3c352

Please sign in to comment.