Skip to content

Commit 1d4589a

Browse files
authored
Merge pull request #40 from geekwright/upd20180110
Drop PHP 5.x
2 parents f344ca0 + 97c3442 commit 1d4589a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
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.5.9",
7+
"php": ">7.0",
88
"ext-PDO": "*",
99
"ext-session": "*",
1010
"ext-pcre": "*",
@@ -19,15 +19,15 @@
1919
"ptachoire/cssembed": "1.0.*",
2020
"lmammino/jsmin4assetic": "1.0.*",
2121
"oyejorge/less.php": "1.7.0.14",
22-
"leafo/scssphp": "0.6.*",
22+
"leafo/scssphp": "0.7.*",
2323
"natxet/CssMin": "3.0.*",
2424
"patchwork/jsqueeze": "~2.0.5",
2525
"kint-php/kint": "^2.0",
2626
"symfony/yaml": "^3.0",
2727
"tedivm/stash": "0.14.*",
2828
"dflydev/apache-mime-types": "1.0.*",
2929
"geekwright/regdom": "^1.0",
30-
"smarty/smarty": "3.1.*",
30+
"smarty/smarty": "^3.1",
3131
"punic/punic": "^2",
3232
"moneyphp/money": "^3.0",
3333
"geekwright/po": "^1.0",
@@ -38,9 +38,9 @@
3838
"monolog/monolog": "^1.20.0",
3939
"maximebf/debugbar": "^1.11",
4040
"tecnickcom/tcpdf": "6.2.*",
41-
"endroid/qrcode": "1.9.*",
41+
"endroid/qr-code": "1.9.*",
4242
"stefangabos/zebra_image": "^2.2",
43-
"phpmailer/phpmailer": "^5.2.14",
43+
"phpmailer/phpmailer": "^5.2",
4444
"swiftmailer/swiftmailer": "^5.4"
4545
}
4646
}

0 commit comments

Comments
 (0)