Skip to content

Commit ded5430

Browse files
committed
Fix doc - turns out the minimum req is PHP 5.4 because of http_response_code(). I could strip this out for PHP5.3 compat but there's not really much point as PHP5 is very very deprecated anyway. fixes #82
1 parent 01c65a3 commit ded5430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Thanks to the people who wrote these guides!
6363
REQUIREMENTS
6464
================================================================================
6565

66-
dir2cast requires PHP 5.3 minimum. It requires the XML extension to be enabled.
66+
dir2cast requires PHP 5.4 minimum. It requires the XML extension to be enabled.
6767

6868
It has been tested up to PHP 8. Please file a bug if you find any PHP version
6969
specific problems: https://github.com/ben-xo/dir2cast/issues

0 commit comments

Comments
 (0)