Files
prestashop-compatibility/composer.json
info@myprestarocks d288c7af66 Add .gitignore and .htaccess for security
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-31 19:40:07 +01:00

21 lines
498 B
JSON

{
"name": "myprestarocks/prestashop-compatibility",
"description": "Shared compatibility traits for PrestaShop modules - AJAX responses, templates, and core fixes",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "mypresta.rocks",
"email": "info@mypresta.rocks"
}
],
"autoload": {
"psr-4": {
"MyPrestaRocks\\Compatibility\\": "src/"
}
},
"require": {
"php": ">=7.1"
}
}