🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
498 B
JSON
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"
|
|
}
|
|
}
|