Skip to content

Commit

Permalink
Stabilizing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rtens committed Jun 18, 2015
1 parent 21aa843 commit ea800da
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
Expand Up @@ -14,19 +14,18 @@
],
"require": {
"php": ">=5.4",
"watoki/collections": "*",
"watoki/factory": "*",
"watoki/stores": "*",
"watoki/deli": "*"
"watoki/collections": "1.0",
"watoki/factory": "0.5",
"watoki/stores": "0.3",
"watoki/deli": "0.2"
},
"require-dev": {
"watoki/scrut": "*"
"watoki/scrut": "0.3"
},
"autoload": {
"psr-0": {
"watoki\\curir": "src/",
"spec\\watoki\\curir": ""
}
},
"minimum-stability": "dev"
}
}

0 comments on commit ea800da

Please sign in to comment.