Skip to content

Commit

Permalink
Require stable libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rtens committed Feb 17, 2016
1 parent 5d12bd7 commit 7271894
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
}
],
"require": {
"watoki/factory": "dev-master",
"watoki/reflect": "dev-master",
"php": ">=5.5"
"php": ">=5.5",
"watoki/factory": "1.*",
"watoki/reflect": "1.*"
},
"require-dev": {
"rtens/scrut": "dev-master"
"rtens/scrut": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -29,6 +29,5 @@
"psr-4": {
"spec\\rtens\\mockster\\": "spec/"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 7271894

Please sign in to comment.