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

Commit

Permalink
Quality: Drop PHP5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 11, 2016
1 parent 287f733 commit 8944888
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"source": "http://git.hoa-project.net/"
},
"require": {
"hoa/compiler" : "~2.0",
"hoa/consistency": "~0.0",
"hoa/exception" : "~0.0",
"hoa/compiler" : "~3.0",
"hoa/consistency": "~1.0",
"hoa/exception" : "~1.0",
"hoa/file" : "~0.0",
"hoa/iterator" : "~1.0",
"hoa/iterator" : "~2.0",
"hoa/math" : "~0.0",
"hoa/praspel" : "~0.0",
"hoa/regex" : "~0.0",
"hoa/ustring" : "~3.0",
"hoa/visitor" : "~1.0"
"hoa/ustring" : "~4.0",
"hoa/visitor" : "~2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8944888

Please sign in to comment.