Skip to content

Commit 1f4205e

Browse files
committed
Add Laravel 7 support
1 parent d47d590 commit 1f4205e

File tree

2 files changed

+3
-5065
lines changed

2 files changed

+3
-5065
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"type": "library",
1515
"require": {
1616
"php": "^7.1",
17-
"laravel/framework": "^5.7|^6.0"
17+
"laravel/framework": "^5.7|^6.0|^7.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^7.2",
21-
"orchestra/testbench": "^3.7|^4.0"
20+
"phpunit/phpunit": "^7.2|^8.0",
21+
"orchestra/testbench": "^3.7|^4.0|^5.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)