Skip to content

Commit 9a1fa8d

Browse files
author
Ilya Sakovich
authored
Laravel 7 support
1 parent 09086c7 commit 9a1fa8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.2",
8-
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
8+
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
99
"guzzlehttp/guzzle": "^6.4",
1010
"jaybizzle/crawler-detect": "^1.2"
1111
},
1212
"require-dev": {
13-
"orchestra/testbench": "^4.3"
13+
"orchestra/testbench": "^4.3|^5.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)