Skip to content

Commit 742a255

Browse files
authored
Update composer.json
1 parent 19c78d7 commit 742a255

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313
],
1414
"require": {
1515
"php": ">=7.0.0",
16-
"laravel/framework": "~5.5",
17-
"encore/laravel-admin": "~1.5"
16+
"encore/laravel-admin": "~1.6"
1817
},
1918
"require-dev": {
20-
"phpunit/phpunit": "~6.0",
21-
"laravel/laravel": "~5.5"
19+
"phpunit/phpunit": "~6.0"
2220
},
2321
"autoload": {
2422
"psr-4": {
@@ -30,7 +28,6 @@
3028
"providers": [
3129
"Encore\\Admin\\LogViewer\\LogViewerServiceProvider"
3230
]
33-
3431
}
3532
}
3633
}

0 commit comments

Comments
 (0)