Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
chore(composer) Use dev-master dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
shulard committed Feb 12, 2018
1 parent b110740 commit 0e8ef06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"require": {
"php" : ">=7.1",
"hoa/consistency": "~1.0",
"hoa/exception" : "~1.0",
"hoa/protocol" : "~1.0"
"hoa/consistency": "dev-master",
"hoa/exception" : "dev-master",
"hoa/protocol" : "dev-master"
},
"require-dev": {
"hoa/test": "~2.0"
"hoa/test": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0e8ef06

Please sign in to comment.