Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
acasey committed May 16, 2019
2 parents 0057687 + 03c1114 commit 1559f64
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "ammonkc/laravel-init",
"description": "Laravel Artisan commands to help with initial app setup",
"version": "0.1.0",
"keywords": [
"ammonkc",
"laravel-init"
"laravel-init",
"laravel"
],
"homepage": "https://github.com/ammonkc/laravel-init",
"license": "MIT",
Expand All @@ -17,8 +19,8 @@
],
"require": {
"php": "^7.1",
"illuminate/console": "~5.7.0|~5.8.*",
"illuminate/support": "~5.7.0|~5.8.*",
"illuminate/console": "~5.7.0|~5.8.0",
"illuminate/support": "~5.7.0|~5.8.0",
"spatie/laravel-permission": "^2.37"
},
"require-dev": {
Expand Down Expand Up @@ -47,10 +49,7 @@
"laravel": {
"providers": [
"Ammonkc\\Init\\InitServiceProvider"
],
"aliases": {
"Init": "Ammonkc\\Init\\AppSetupCmdFacade"
}
]
}
}
}

0 comments on commit 1559f64

Please sign in to comment.