forked from Inchoo/Inchoo_PHP7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 790 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "inchoo/php7",
"type": "magento-module",
"description": "PHP 7 compatibility extension for Magento 1 by Inchoo",
"license": "MIT",
"authors": [
{
"name": "Ivan Čurdinjaković"
}
],
"support": {
"issues": "https://github.com/Inchoo/Inchoo_PHP7/issues",
"wiki": "https://github.com/Inchoo/Inchoo_PHP7/wiki",
"source": "https://github.com/Inchoo/Inchoo_PHP7"
},
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"suggest": {
"phpseclib/mcrypt_compat": "PHP 7.1 polyfill for the mcrypt extension from PHP <= 7.0."
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
}
]
}