File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
script : docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpunit registry.gitlab.com/grahamcampbell/php:7.4-cli
39
39
- name : PHP 8.0
40
40
dist : bionic
41
- install : travis_retry docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint composer registry.gitlab.com/grahamcampbell/php:8.0-base update -n -o --ignore-platform-reqs
41
+ install : travis_retry docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint composer registry.gitlab.com/grahamcampbell/php:8.0-base update -n -o --ignore-platform-req=php
42
42
script : docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpunit registry.gitlab.com/grahamcampbell/php:8.0-cli
43
43
- name : PHPStan
44
44
dist : bionic
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^5.5.9 || ^7.0 || ^8.0" ,
20
- "phpoption/phpoption" : " ^1.7.2 " ,
21
- "symfony/polyfill-ctype" : " ^1.9 "
20
+ "phpoption/phpoption" : " ^1.7.3 " ,
21
+ "symfony/polyfill-ctype" : " ^1.16 "
22
22
},
23
23
"require-dev" : {
24
24
"ext-filter" : " *" ,
25
25
"ext-pcre" : " *" ,
26
26
"bamarni/composer-bin-plugin" : " ^1.3" ,
27
- "phpunit/phpunit" : " ^4.8.35 || ^5.0 || ^6.0 || ^7.0"
27
+ "phpunit/phpunit" : " ^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
28
28
},
29
29
"autoload" : {
30
30
"psr-4" : {
You can’t perform that action at this time.
0 commit comments