| Current Path : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/vendor/magento/module-csp/ |
| Current File : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/vendor/magento/module-csp/composer.json |
{
"name": "magento/module-csp",
"description": "CSP module enables Content Security Policies for Magento",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "100.4.6",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "103.0.*",
"magento/module-store": "101.1.*",
"magento/module-require-js": "100.4.*",
"magento/module-deploy": "100.4.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Csp\\": ""
}
}
}