Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

19
vendor/composer/autoload_namespaces.php vendored Normal file
View File

@@ -0,0 +1,19 @@
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'SecurityLib' => array($vendorDir . '/ircmaxell/security-lib/lib'),
'RandomLib' => array($vendorDir . '/ircmaxell/random-lib/lib'),
'Props\\' => array($vendorDir . '/mrclay/props-dic/src'),
'Pimple' => array($vendorDir . '/pimple/pimple/src'),
'PHPSQLParser\\' => array($vendorDir . '/greenlion/php-sql-parser/src'),
'JsonpCallbackValidator' => array($vendorDir . '/willdurand/jsonp-callback-validator/src'),
'JSMin\\' => array($vendorDir . '/mrclay/jsmin-php/src'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
'Curl' => array($vendorDir . '/curl/curl/src'),
'' => array($vendorDir . '/wikimedia/cssjanus/src'),
);