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 109b8c8 commit 111f2e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies, you need to require
```json
{
"require": {
"hoa/compiler": "~2.0"
"hoa/compiler": "~3.0"
}
}
```
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@
"source": "http://git.hoa-project.net/"
},
"require": {
"hoa/consistency": "~0.0",
"hoa/exception" : "~0.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/protocol" : "~1.0",
"hoa/regex" : "~0.0",
"hoa/visitor" : "~1.0"
"hoa/visitor" : "~2.0"
},
"require-dev": {
"hoa/json": "~1.0",
"hoa/test": "~1.0"
"hoa/json": "~2.0",
"hoa/test": "~2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -44,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-master": "3.x-dev"
}
}
}

0 comments on commit 111f2e4

Please sign in to comment.