Initial commit: is_searchbar out of the box. v3.0.1

This commit is contained in:
Isabelle Anno
2025-11-19 13:26:29 +01:00
committed by Isabelle
commit e9a487dd01
53 changed files with 7103 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<?php return array(
'root' => array(
'name' => 'oksydan/is_searchbar',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '2ba406d7fba9dda0334feefd5596c267492e1bce',
'type' => 'prestashop-module',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'oksydan/is_searchbar' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '2ba406d7fba9dda0334feefd5596c267492e1bce',
'type' => 'prestashop-module',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);