We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51e7db commit 20d0bf4Copy full SHA for 20d0bf4
composer.json
@@ -13,7 +13,7 @@
13
"issues" : "https://github.com/theseer/phpdox/issues"
14
},
15
"require" : {
16
- "php" : ">=5.4.0",
+ "php" : ">=5.3.3",
17
"ext-tokenizer" : "*",
18
"ext-dom" : "*",
19
"ext-xsl" : "*",
package.xml
@@ -41,7 +41,7 @@
41
<dependencies>
42
<required>
43
<php>
44
- <min>5.4.0</min>
+ <min>5.3.3</min>
45
</php>
46
<pearinstaller>
47
<min>1.9.2</min>
0 commit comments