Skip to content

Commit 3b5cfc4

Browse files
Added support for Laravel 7.x
1 parent e2c5340 commit 3b5cfc4

File tree

2 files changed

+2046
-1010
lines changed

2 files changed

+2046
-1010
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2",
21-
"illuminate/routing": "^5.7|^6.0",
22-
"illuminate/support": "^5.7|^6.0",
23-
"lavary/laravel-menu": "^1.7"
20+
"php": "^7.4",
21+
"illuminate/routing": "^5.7|^6.0|^7.0",
22+
"illuminate/support": "^5.7|^6.0|^7.0",
23+
"lavary/laravel-menu": "^1.8"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit" : ">=5.4.3",
27-
"squizlabs/php_codesniffer": "^2.3"
27+
"squizlabs/php_codesniffer": "^3.7"
2828
},
2929
"autoload": {
3030
"files": [

0 commit comments

Comments
 (0)