🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
28 lines
749 B
JSON
28 lines
749 B
JSON
{
|
|
"name": "myprestarocks/prestashop-session",
|
|
"description": "Shared session tracking for PrestaShop modules - bot detection, browser/device/OS detection, session hash generation, shared mpr_sessions table",
|
|
"keywords": ["prestashop", "session", "tracking", "bot-detection", "analytics"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "mypresta.rocks",
|
|
"email": "info@mypresta.rocks"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MyPrestaRocks\\Session\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.0.x-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|