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 5445ab8 commit 9f696daCopy full SHA for 9f696da
.travis.yml
@@ -1,9 +1,10 @@
1
language: php
2
3
php:
4
- - 5.5
5
- 5.6
6
- 7.0
+ - 7.1
7
+ - 7.2
8
9
before_script:
10
- travis_retry composer self-update
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require-dev": {
19
"mockery/mockery": "^1.0",
20
- "phpunit/phpunit": "^7.0",
+ "phpunit/phpunit": "^5.0",
21
"symfony/var-dumper": "2.7.*@dev"
22
23
"autoload": {
0 commit comments