We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb6852 commit 923f645Copy full SHA for 923f645
2 files changed
.travis.yml
@@ -1,17 +1,17 @@
1
language: php
2
3
php:
4
- - 7.0
5
- - 7.1
6
- - 7.2
+ - 7.3
+ - 7.4
+ - 8.0
7
- nightly
8
9
matrix:
10
fast_finish: true
11
allow_failures:
12
- php: nightly
13
include:
14
- - php: 7.0
+ - php: 7.3
15
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
16
17
before_script:
composer.json
@@ -14,8 +14,8 @@
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.0",
18
- "eloquent/phony-phpunit": "^3.0",
+ "phpunit/phpunit": "^9.5",
+ "eloquent/phony-phpunit": "^7.1.0",
19
"eloquent/liberator": "^2.0"
20
21
"autoload": {
0 commit comments