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 2430eac commit 76dd2e9Copy full SHA for 76dd2e9
.github/workflows/ci.yaml
@@ -27,6 +27,7 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix:
30
+ include:
31
- php-version: '7.0'
32
composer-flags: '--prefer-stable --prefer-lowest'
33
- php-version: '7.1'
composer.json
@@ -11,8 +11,7 @@
11
],
12
"require": {
13
"php": "^7.0 || ^8.0",
14
- "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0",
15
- "phpunitgoodpractices/polyfill": "^1.4"
+ "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0"
16
},
17
"autoload": {
18
"psr-4": {
0 commit comments