-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.14 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "loyaltylion/core",
"description": "LoyaltyLion - Loyalty Program",
"type": "magento2-module",
"version": "1.4.1",
"license": "MIT",
"authors": [
{
"name": "LoyaltyLion Engineering",
"email": "support@loyaltylion.com",
"homepage": "https://loyaltylion.com",
"role": "developer"
}
],
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"magento/composer-dependency-version-audit-plugin": true
}
},
"autoload": {
"psr-4": {
"Loyaltylion\\Core\\": ""
},
"files": ["registration.php"]
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"friendsofphp/php-cs-fixer": "^2.16",
"magento/framework": ">=100.1.0",
"magento/magento-coding-standard": "^33.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpmd/phpmd": "^2.8",
"phpunit/phpunit": "^8.5",
"sirbrillig/phpcs-variable-analysis": "^2.8",
"squizlabs/php_codesniffer": "^3.5"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}