Skip to content

Commit 41ebc28

Browse files
author
wamilomarov
committed
laravel compatibility
1 parent 32c97a3 commit 41ebc28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
],
1414
"require": {
1515
"php": ">=7.0.0",
16-
"laravel/framework": "~5.5",
17-
"encore/laravel-admin": "~1.5"
16+
"laravel/framework": ">=5.5",
17+
"encore/laravel-admin": ">=1.5"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "~6.0",
21-
"laravel/laravel": "~5.5"
20+
"phpunit/phpunit": ">=6.0",
21+
"laravel/laravel": ">=5.5"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)