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 95e84e7 commit 936553aCopy full SHA for 936553a
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
-- '5.6'
4
- '7.1'
5
- '7.2'
6
before_install:
composer.json
@@ -32,8 +32,8 @@
32
"require-dev": {
33
"fzaninotto/faker": "~1.4",
34
"mockery/mockery": "0.9.*",
35
- "phpunit/phpunit": "~6.0",
36
- "orchestra/testbench": "~3.4"
+ "phpunit/phpunit": "~7.0",
+ "orchestra/testbench": "3.6"
37
},
38
"autoload": {
39
"psr-4": {
0 commit comments