Skip to content

Commit 20d0bf4

Browse files
committed
Revert PHP 5.4.0 requirement back to 5.3.3 for now
1 parent a51e7db commit 20d0bf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"issues" : "https://github.com/theseer/phpdox/issues"
1414
},
1515
"require" : {
16-
"php" : ">=5.4.0",
16+
"php" : ">=5.3.3",
1717
"ext-tokenizer" : "*",
1818
"ext-dom" : "*",
1919
"ext-xsl" : "*",

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependencies>
4242
<required>
4343
<php>
44-
<min>5.4.0</min>
44+
<min>5.3.3</min>
4545
</php>
4646
<pearinstaller>
4747
<min>1.9.2</min>

0 commit comments

Comments
 (0)