forked from Inchoo/Inchoo_PHP7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 868 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
29
30
31
32
{
"name": "inchoo/php7",
"type": "magento-module",
"description": "PHP 7 compatibility extension for Magento 1 by Inchoo",
"homepage": "https://inchoo.net",
"license": "MIT",
"authors": [
{
"name": "Ivan Čurdinjaković"
},
{
"name": "Ivan Weiler"
}
],
"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 5.x/7.x polyfill for mcrypt extension"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.firegento.com"
}
]
}