Skip to content

Commit 26856e8

Browse files
committed
Add Laravel 7 support
1 parent 119c0fd commit 26856e8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
21-
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
22-
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
23-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
20+
"illuminate/auth": "^7.0",
21+
"illuminate/database": "^7.0",
22+
"illuminate/notifications": "^7.0",
23+
"illuminate/support": "^7.0",
24+
"laravel/ui": "^2.0"
2425
},
2526
"require-dev": {
26-
"phpunit/phpunit": "^7.0",
27-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
27+
"phpunit/phpunit": "^8.0",
28+
"orchestra/testbench": "^5.0"
2829
},
2930
"autoload": {
3031
"psr-4": {

0 commit comments

Comments
 (0)