forked from yireo/Yireo_NextGenImages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.58 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "yireo/magento2-next-gen-images",
"license": "OSL-3.0",
"version": "0.5.7",
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/next-gen-images",
"description": "Magento 2 module to add NextGen images support to the Magento frontend",
"keywords": [
"magento",
"Magento 2",
"Yireo"
],
"authors": [
{
"name": "Jisse Reitsma (Yireo)",
"email": "[email protected]"
}
],
"require": {
"magento/framework": "^101.0.1|^101.1|^102.0|^103.0",
"magento/module-backend": "^100.0|^101.0|^102.0",
"magento/module-catalog": "^100.0|^101.0|^102.0|^103.0|^104.0",
"magento/module-config": "^101.0",
"magento/module-configurable-product": "^100.0",
"magento/module-store": "^100.0|^101.0",
"magento/module-swatches": "^100.0",
"magento/module-page-cache": "^100.0",
"yireo/magento2-csp-utilities": "^1.0",
"psr/log": "^1 || ^2 || ^3",
"php": ">=7.4.0",
"ext-dom": "*",
"ext-pcre": "*",
"ext-gd": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0|^10.0|^11.0",
"phpstan/phpstan": "^0.12.32",
"bitexpert/phpstan-magento": "^0.3.0",
"yireo/magento2-integration-test-helper": "@dev"
},
"suggest": {
"yireo/magento2-webp2": "Support for WebP2 images"
},
"autoload": {
"psr-4": {
"Yireo\\NextGenImages\\": ""
},
"files": [
"registration.php"
]
}
}