Skip to content

Commit 51f9477

Browse files
committed
Merge pull request #18 from geekwright/php55
Update PHP requirement to 5.5 minimum
2 parents 2fe2619 + ce41114 commit 51f9477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"description": "Primary dependencies for XOOPS/XoopsCore",
66
"require": {
7-
"php": ">5.4.0",
7+
"php": ">5.5.0",
88
"ext-PDO": "*",
99
"ext-session": "*",
1010
"ext-pcre": "*",
@@ -19,8 +19,8 @@
1919
"symfony/console": "~2.4",
2020
"ptachoire/cssembed": "1.0.*",
2121
"lmammino/jsmin4assetic": "1.0.*",
22-
"leafo/lessphp": "0.5.*",
23-
"leafo/scssphp": "0.3.*",
22+
"oyejorge/less.php": "~1.7.0.9",
23+
"leafo/scssphp": "0.6.*",
2424
"natxet/CssMin": "3.0.*",
2525
"patchwork/jsqueeze": "2.0.3",
2626
"oodle/krumo": "0.5.*",

0 commit comments

Comments
 (0)