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

Commit

Permalink
Drop PHP5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Sep 17, 2014
1 parent ca2dce5 commit 520d628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"source": "http://git.hoa-project.net/"
},
"require": {
"hoa/core" : "~1.0",
"hoa/core" : "~2.0",
"hoa/stream": "~0.0",
"hoa/string": "~1.0"
"hoa/string": "~2.0"
},
"target-dir": "Hoa/Console",
"autoload" : { "psr-0": { "Hoa\\Console": "." } },
Expand Down

0 comments on commit 520d628

Please sign in to comment.