Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song authored Nov 13, 2018
1 parent 19c78d7 commit 742a255
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
],
"require": {
"php": ">=7.0.0",
"laravel/framework": "~5.5",
"encore/laravel-admin": "~1.5"
"encore/laravel-admin": "~1.6"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"laravel/laravel": "~5.5"
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,7 +28,6 @@
"providers": [
"Encore\\Admin\\LogViewer\\LogViewerServiceProvider"
]

}
}
}

0 comments on commit 742a255

Please sign in to comment.