forked from Smile-SA/magento2-module-scoped-eav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 998 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
33
34
35
36
37
38
39
{
"name": "smile/module-scoped-eav",
"type": "magento2-module",
"description": "Smile - Scoped EAV utils.",
"keywords": ["magento2", "elasticsuite"],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"magento/framework": "*",
"magento/magento-composer-installer": "*",
"magento/module-catalog": ">=103.0.4"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "^1.0.5",
"edgedesign/phpqa": "^1.18",
"jakub-onderka/php-parallel-lint": "^0.9.2"
},
"license": "OSL-3.0",
"authors": [
{
"name": "Aurélien FOUCRET",
"email": "[email protected]"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Smile\\ScopedEav\\" : ""
}
},
"minimum-stability": "dev",
"prefer-stable": true
}