22 lines
443 B
JSON
Executable File
22 lines
443 B
JSON
Executable File
{
|
|
"name": "magento/module-csp-config",
|
|
"description": "test csp module",
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": "~7.4.0||~8.0.0",
|
|
"magento/framework": "*",
|
|
"magento/module-integration": "*"
|
|
},
|
|
"type": "magento2-module",
|
|
"extra": {
|
|
"map": [
|
|
[
|
|
"*",
|
|
"Magento/TestModuleCspConfig"
|
|
]
|
|
]
|
|
}
|
|
}
|