Skip to content

Commit 4b129bc

Browse files
committed
Fix minimum php requirement for v1
1 parent c84f548 commit 4b129bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ These instructions will get you a copy of the project up and running on your loc
1414

1515
What things you need to install the software and how to install them
1616

17-
- php >= 5.4
17+
- php >= 5.3.3
1818
- composer
1919

2020
### Compatiblity table
2121

2222
Version | PHP | Phpunit
2323
:---: | :---: | :---:
24-
1.x.x | >=5.3 | <=4.8
24+
1.x.x | >=5.3.3 | <=4.8
2525
2.0.x | >=7.1 | ^7
2626
2.1.x | >=7.1 | ^7\|^8
2727
3.x.x | >=7.3 | ^9

0 commit comments

Comments
 (0)