- Created a new template for the cart rule form with custom label, switch, and choice widgets. - Implemented the InPost Pay block in the order details template for displaying delivery method, APM, and VAT invoice request. - Added legacy support for the order details template to maintain compatibility with older PrestaShop versions.
159 lines
6.0 KiB
PHP
159 lines
6.0 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'inpost-izi-prestashop/inpostizi',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '14efe961af288b0e825052bdcc93d29781661b8f',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'inpost-izi-prestashop/inpostizi' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '14efe961af288b0e825052bdcc93d29781661b8f',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'maennchen/zipstream-php' => array(
|
|
'pretty_version' => '2.1.0',
|
|
'version' => '2.1.0.0',
|
|
'reference' => 'c4c5803cc1f93df3d2448478ef79394a5981cc58',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../maennchen/zipstream-php',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'myclabs/php-enum' => array(
|
|
'pretty_version' => '1.7.7',
|
|
'version' => '1.7.7.0',
|
|
'reference' => 'd178027d1e679832db9f38248fcc7200647dc2b7',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../myclabs/php-enum',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'nyholm/psr7' => array(
|
|
'pretty_version' => '1.6.1',
|
|
'version' => '1.6.1.0',
|
|
'reference' => 'e874c8c4286a1e010fb4f385f3a55ac56a05cc93',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nyholm/psr7',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'php-http/message-factory' => array(
|
|
'pretty_version' => '1.1.0',
|
|
'version' => '1.1.0.0',
|
|
'reference' => '4d8778e1c7d405cbb471574821c1ff5b68cc8f57',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../php-http/message-factory',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'php-http/message-factory-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/clock' => array(
|
|
'pretty_version' => '1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => 'e41a24703d4560fd0acb709162f73b8adfc3aa0d',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/clock',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/container' => array(
|
|
'pretty_version' => '1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => 'b7ce3b176482dbbc1245ebf52b181af44c2cf55f',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/container',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-client' => array(
|
|
'pretty_version' => '1.0.3',
|
|
'version' => '1.0.3.0',
|
|
'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-client',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-factory' => array(
|
|
'pretty_version' => '1.0.2',
|
|
'version' => '1.0.2.0',
|
|
'reference' => 'e616d01114759c4c489f93b099585439f795fe35',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-factory',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-factory-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/http-message' => array(
|
|
'pretty_version' => '1.0.1',
|
|
'version' => '1.0.1.0',
|
|
'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-message',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-message-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/simple-cache' => array(
|
|
'pretty_version' => '1.0.1',
|
|
'version' => '1.0.1.0',
|
|
'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/simple-cache',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-mbstring' => array(
|
|
'pretty_version' => 'v1.29.0',
|
|
'version' => '1.29.0.0',
|
|
'reference' => '9773676c8a1bb1f8d4340a62efe641cf76eda7ec',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-php80' => array(
|
|
'pretty_version' => 'v1.29.0',
|
|
'version' => '1.29.0.0',
|
|
'reference' => '87b68208d5c1188808dd7839ee1e6c8ec3b02f1b',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/service-contracts' => array(
|
|
'pretty_version' => 'v1.10.0',
|
|
'version' => '1.10.0.0',
|
|
'reference' => 'afa00c500c2d6aea6e3b2f4862355f507bc5ebb4',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/service-contracts',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|