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 6507c70 commit 9c065ddCopy full SHA for 9c065dd
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 5.6
5
- 7.2
6
- 7.4
7
composer.json
@@ -16,8 +16,8 @@
16
"illuminate/support": ">=5.0|^6.0|^7.0"
17
},
18
"require-dev": {
19
- "orchestra/testbench": "5.*|3.*",
20
- "phpunit/phpunit": "8.*|5.*",
+ "orchestra/testbench": "5.*",
+ "phpunit/phpunit": "8.*",
21
"mockery/mockery": "1.*"
22
23
"autoload": {
0 commit comments