We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26732a commit 8a94811Copy full SHA for 8a94811
.github/workflows/ci.yaml
@@ -27,10 +27,8 @@ jobs:
27
strategy:
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,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^5.5 || ^7.0 || ^8.0",
+ "php": "^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"
16
},
0 commit comments