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

Commit 92f174f

Browse files
committed
Quality: Drop PHP5.4.
1 parent 33d490d commit 92f174f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies, you need to require
3131
```json
3232
{
3333
"require": {
34-
"hoa/ruler": "~1.0"
34+
"hoa/ruler": "~2.0"
3535
}
3636
}
3737
```

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"source": "http://git.hoa-project.net/"
2222
},
2323
"require": {
24-
"hoa/consistency": "~0.0",
25-
"hoa/compiler" : "~2.0",
26-
"hoa/exception" : "~0.0",
24+
"hoa/consistency": "~1.0",
25+
"hoa/compiler" : "~3.0",
26+
"hoa/exception" : "~1.0",
2727
"hoa/file" : "~0.0",
28-
"hoa/visitor" : "~1.0"
28+
"hoa/visitor" : "~2.0"
2929
},
3030
"require-dev": {
31-
"hoa/test": "~1.0"
31+
"hoa/test": "~2.0"
3232
},
3333
"autoload": {
3434
"psr-4": {
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "1.x-dev"
40+
"dev-master": "2.x-dev"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)