123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "magento/framework",
- "description": "N/A",
- "type": "magento2-library",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "config": {
- "sort-packages": true
- },
- "require": {
- "php": "~7.1.3||~7.2.0",
- "ext-curl": "*",
- "ext-dom": "*",
- "ext-gd": "*",
- "ext-hash": "*",
- "ext-iconv": "*",
- "ext-openssl": "*",
- "ext-simplexml": "*",
- "ext-spl": "*",
- "ext-xsl": "*",
- "ext-bcmath": "*",
- "lib-libxml": "*",
- "colinmollenhour/php-redis-session-abstract": "~1.4.0",
- "composer/composer": "^1.6",
- "magento/zendframework1": "~1.14.0",
- "monolog/monolog": "^1.17",
- "oyejorge/less.php": "~1.7.0",
- "symfony/console": "~4.1.0",
- "symfony/process": "~4.1.0",
- "tedivm/jshrink": "~1.3.0",
- "zendframework/zend-code": "~3.3.0",
- "zendframework/zend-crypt": "^2.6.0",
- "zendframework/zend-http": "^2.6.0",
- "zendframework/zend-mvc": "~2.7.0",
- "zendframework/zend-stdlib": "^2.7.7",
- "zendframework/zend-uri": "^2.5.1",
- "zendframework/zend-validator": "^2.6.0"
- },
- "archive": {
- "exclude": [
- "Amqp",
- "Bulk",
- "MessageQueue"
- ]
- },
- "suggest": {
- "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
- },
- "autoload": {
- "psr-4": {
- "Magento\\Framework\\": ""
- },
- "files": [
- "registration.php"
- ]
- },
- "version": "102.0.1"
- }
|