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

Commit

Permalink
Composer: hoa/protocol is explicitly required.
Browse files Browse the repository at this point in the history
`hoa/protocol` was required by `hoa/compiler`, but it's better to have
it as an explicit dependency.
  • Loading branch information
Hywan committed Jan 18, 2016
1 parent cee0c43 commit 5360cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
"source": "http://git.hoa-project.net/"
},
"require": {
"hoa/consistency": "~1.0",
"hoa/compiler" : "~3.0",
"hoa/consistency": "~1.0",
"hoa/exception" : "~1.0",
"hoa/file" : "~1.0",
"hoa/protocol" : "~1.0",
"hoa/visitor" : "~2.0"
},
"require-dev": {
Expand Down

0 comments on commit 5360cf9

Please sign in to comment.