Skip to content

Commit 333c21d

Browse files
Merge branch '3.6' into 4.1
2 parents 0b32505 + 471ea86 commit 333c21d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
script: docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpunit registry.gitlab.com/grahamcampbell/php:7.4-cli
3939
- name: PHP 8.0
4040
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
4242
script: docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpunit registry.gitlab.com/grahamcampbell/php:8.0-cli
4343
- name: PHPStan
4444
dist: bionic

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"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"
2222
},
2323
"require-dev": {
2424
"ext-filter": "*",
2525
"ext-pcre": "*",
2626
"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"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)