Forked from prestashop-target-conditions Renamed all references from target-conditions to entity-selector
28 lines
787 B
JSON
Executable File
28 lines
787 B
JSON
Executable File
{
|
|
"name": "myprestarocks/prestashop-entity-selector",
|
|
"description": "Universal entity selection widget for PrestaShop admin controllers - select products, categories, manufacturers with include/exclude logic",
|
|
"keywords": ["prestashop", "admin", "controller", "traits", "entity", "selector", "products", "categories"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "mypresta.rocks",
|
|
"email": "info@mypresta.rocks"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MyPrestaRocks\\EntitySelector\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.0.x-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|