Skip to content

Commit 431c404

Browse files
João SerraJoão Serra
authored andcommitted
Make package work across Laravel 5.x installations
1 parent 4c8175c commit 431c404

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
@@ -13,8 +13,8 @@
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": {
2020
"phpunit/phpunit": "~6.0",

0 commit comments

Comments
 (0)