Skip to content

Commit fe3c352

Browse files
authored
Merge pull request #1 from Codeception/symfony5
Support symfony/finder 5
2 parents 971e7a4 + 49be019 commit fe3c352

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ sudo: false
1313
install:
1414
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
1515
- travis_retry composer self-update && composer --version
16+
- composer require --no-update codeception/codeception:"4.0.x-dev"
1617
- COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction
1718

1819
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.6.0 <8.0",
2020
"codeception/codeception": "*@dev",
21-
"symfony/finder": ">=2.7 <5.0"
21+
"symfony/finder": ">=2.7 <6.0"
2222
},
2323
"require-dev": {
2424
"codeception/util-robohelpers": "dev-master"

0 commit comments

Comments
 (0)