Skip to content

Commit

Permalink
remove minimum stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Trex committed Apr 22, 2020
1 parent 56528eb commit 145ea83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
],
"license": "MIT",
"require": {
"php": ">=7.0.0",
"illuminate/database": "6.*",
"illuminate/support": "6.*",
"php": "^7.1.3",
"baum/baum": "2.x-dev"
},
"require-dev": {
Expand All @@ -32,7 +30,6 @@
"Trexology\\Inventory\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 145ea83

Please sign in to comment.