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 b39b44f commit 1c952efCopy full SHA for 1c952ef
.travis.yml
@@ -26,6 +26,9 @@ matrix:
26
- php: 7.3
27
env:
28
- CODE_COVERAGE="1"
29
+ - php: 7.4
30
+ env:
31
+ - CODE_COVERAGE="1"
32
- php: nightly
33
allow_failures:
34
composer.json
@@ -22,7 +22,7 @@
22
},
23
"require-dev": {
24
"phpunit/phpunit": "^6.0",
25
- "phpbench/phpbench": "^0.15.0"
+ "phpbench/phpbench": "^0.16.1"
"autoload": {
"psr-4": {
0 commit comments