Skip to content

Commit c72d362

Browse files
authored
Update composer.json
1 parent eb8b6de commit c72d362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 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": {
2020
"phpunit/phpunit": "~6.0",
21-
"laravel/laravel": "5.*"
21+
"laravel/laravel": "~5.5"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)