This commit is contained in:
2025-04-01 00:38:54 +02:00
parent d4d4c0c09d
commit 87da06293a
22351 changed files with 5168854 additions and 7538 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "prestashop/ps_customtext",
"description": "PrestaShop module ps_customtext",
"homepage": "https://github.com/PrestaShop/ps_customtext",
"license": "AFL-3.0",
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"require": {
"php": ">=5.4"
},
"require-dev": {
"prestashop/php-dev-tools": "~3.0"
},
"config": {
"preferred-install": "dist",
"classmap-authoritative": true,
"optimize-autoloader": true,
"prepend-autoloader": false
},
"autoload": {
"classmap": [
"ps_customtext.php",
"classes/"
]
},
"type": "prestashop-module"
}