1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-17 16:42:48 +01:00

Added mcrypt, gmp and gd extension, also declare PHP minimum requirement.

This commit is contained in:
Shaikh Mohammed Mudasir 2016-07-11 20:03:20 +05:30 committed by Mohammed Mudasir
parent 28d8e53764
commit 5efc58079c

View File

@ -13,13 +13,17 @@
}
],
"require": {
"php": ">=5.5.9",
"ext-mcrypt": "*",
"ext-gmp": "*",
"ext-gd": "*",
"turbo124/laravel-push-notification": "dev-laravel5",
"omnipay/mollie": "dev-master#22956c1a62a9662afa5f5d119723b413770ac525",
"omnipay/2checkout": "dev-master#e9c079c2dde0d7ba461903b3b7bd5caf6dee1248",
"omnipay/gocardless": "dev-master",
"omnipay/stripe": "dev-master",
"doctrine/dbal": "2.5.x",
"laravelcollective/bus": "5.2.*",
"laravelcollective/bus": "5.2.*",
"laravel/framework": "5.2.*",
"laravelcollective/html": "5.2.*",
"symfony/css-selector": "~3.0",