We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26732a commit 4a5ced7Copy full SHA for 4a5ced7
.github/workflows/ci.yaml
@@ -28,9 +28,8 @@ jobs:
28
fail-fast: false
29
matrix:
30
include:
31
- - php-version: '5.6'
32
- composer-flags: '--prefer-stable --prefer-lowest'
33
- php-version: '7.0'
+ composer-flags: '--prefer-stable --prefer-lowest'
34
- php-version: '7.1'
35
- php-version: '7.2'
36
- php-version: '7.3'
composer.json
@@ -10,9 +10,8 @@
10
}
11
],
12
"require": {
13
- "php": "^5.5 || ^7.0 || ^8.0",
14
- "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0",
15
- "phpunitgoodpractices/polyfill": "^1.4"
+ "php": "^7.0 || ^8.0",
+ "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0"
16
},
17
"autoload": {
18
"psr-4": {
0 commit comments