Skip to content

Commit

Permalink
Merge pull request #40 from geekwright/upd20180110
Browse files Browse the repository at this point in the history
Drop PHP 5.x
  • Loading branch information
geekwright authored Jan 10, 2018
2 parents f344ca0 + 97c3442 commit 1d4589a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"description": "Primary dependencies for XOOPS/XoopsCore",
"require": {
"php": ">5.5.9",
"php": ">7.0",
"ext-PDO": "*",
"ext-session": "*",
"ext-pcre": "*",
Expand All @@ -19,15 +19,15 @@
"ptachoire/cssembed": "1.0.*",
"lmammino/jsmin4assetic": "1.0.*",
"oyejorge/less.php": "1.7.0.14",
"leafo/scssphp": "0.6.*",
"leafo/scssphp": "0.7.*",
"natxet/CssMin": "3.0.*",
"patchwork/jsqueeze": "~2.0.5",
"kint-php/kint": "^2.0",
"symfony/yaml": "^3.0",
"tedivm/stash": "0.14.*",
"dflydev/apache-mime-types": "1.0.*",
"geekwright/regdom": "^1.0",
"smarty/smarty": "3.1.*",
"smarty/smarty": "^3.1",
"punic/punic": "^2",
"moneyphp/money": "^3.0",
"geekwright/po": "^1.0",
Expand All @@ -38,9 +38,9 @@
"monolog/monolog": "^1.20.0",
"maximebf/debugbar": "^1.11",
"tecnickcom/tcpdf": "6.2.*",
"endroid/qrcode": "1.9.*",
"endroid/qr-code": "1.9.*",
"stefangabos/zebra_image": "^2.2",
"phpmailer/phpmailer": "^5.2.14",
"phpmailer/phpmailer": "^5.2",
"swiftmailer/swiftmailer": "^5.4"
}
}

0 comments on commit 1d4589a

Please sign in to comment.