Skip to content

Commit

Permalink
update composer removing dev-master extra
Browse files Browse the repository at this point in the history
  • Loading branch information
walkeralencar committed Nov 2, 2016
1 parent f937015 commit 6eb830a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^5.6|^7.0",
"wend/laravel-modules-installer-plugin": "^1.0"
"wend/laravel-modules-installer-plugin": "~1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -22,10 +22,5 @@
"psr-4": {
"Wend\\Test\\": "test/Wend/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit 6eb830a

Please sign in to comment.