File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,14 @@ matrix:
44
44
- php : nightly
45
45
env :
46
46
- COLLECT_COVERAGE=false
47
- - COMPOSER_ARGS="--no-interaction --no-suggest --prefer-source --ignore-platform-reqs "
47
+ - COMPOSER_ARGS="--no-interaction --no-suggest --prefer-source"
48
48
- RUN_PHPSTAN=false
49
49
- VALIDATE_CODING_STYLE=false
50
+ install :
51
+ - composer remove --no-interaction --no-update --dev "friendsofphp/php-cs-fixer"
52
+ - travis_retry composer require $COMPOSER_ARGS --no-update --dev "composer/composer:2.0.x-dev"
53
+ - travis_retry composer require $COMPOSER_ARGS --no-update --dev "phpunit/phpunit:^9.3.11"
54
+ - travis_retry composer update $COMPOSER_ARGS
50
55
allow_failures :
51
56
- php : nightly
52
57
fast_finish : true
Original file line number Diff line number Diff line change 43
43
" psl"
44
44
],
45
45
"require" : {
46
- "php" : " ^7.2.5" ,
47
46
"ext-intl" : " *" ,
48
47
"ext-json" : " *" ,
48
+ "php" : " ^7.2.5 || ^8.0" ,
49
49
"psr/log" : " ^1.1" ,
50
50
"psr/simple-cache" : " ^1.0.1"
51
51
},
You can’t perform that action at this time.
0 commit comments