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 e6f2737 commit 88bc24bCopy full SHA for 88bc24b
.travis.yml
@@ -23,7 +23,6 @@ script:
23
24
matrix:
25
allow_failures:
26
- - php: 7.4
27
- php: nightly
28
29
notifications:
composer.json
@@ -28,7 +28,7 @@
"squizlabs/php_codesniffer": "^3.3.1"
},
30
"require-dev": {
31
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
+ "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0"
32
33
"conflict": {
34
"squizlabs/php_codesniffer": "<3 || >=4"
0 commit comments