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 59e90bf commit 5e66062Copy full SHA for 5e66062
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
-- 7.2
5
- 7.3
6
- 7.4
7
composer.json
@@ -22,13 +22,13 @@
22
}
23
],
24
"require": {
25
- "php": "^7.2.5",
26
- "laravel/framework": "^7.0"
+ "php": "^7.3",
+ "laravel/framework": "^8.0"
27
},
28
"require-dev": {
29
"mockery/mockery": "~1.0",
30
- "orchestra/testbench": "^5.0",
31
- "phpunit/phpunit": "^8.4|^9.0"
+ "orchestra/testbench": "^6.0",
+ "phpunit/phpunit": "^9.0"
32
33
"autoload": {
34
"psr-4": {
0 commit comments