-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
31 lines (31 loc) · 895 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
{
"name": "element119/module-sansec-composer-integrity-checker",
"type": "magento2-module",
"description": "A Magento 2 module wrapper for the Sansec Composer Integrity plugin.",
"license": "proprietary",
"authors": [
{
"name": "element119",
"email": "[email protected]"
},
{
"name": "Kiel Pykett",
"email": "[email protected]"
}
],
"require": {
"hyva-themes/module-magento2-admin": "^1.1",
"sansec/composer-integrity-plugin": "^0.2.0"
},
"suggest": {
"ethanyehuda/magento2-cronjobmanager": "A module for managing scheduled cron jobs from magento's admin panel"
},
"autoload": {
"psr-4": {
"Element119\\SansecComposerIntegrityChecker\\": ""
},
"files": [
"registration.php"
]
}
}