- Created CHANGELOG.md to maintain version history. - Added README.md with usage instructions for the trigger_deprecation() function. - Initialized composer.json for the Symfony Deprecation Contracts library, specifying dependencies and autoloading.
16 lines
358 B
PHP
16 lines
358 B
PHP
<?php
|
|
|
|
/**
|
|
* File from http://PrestaShow.pl
|
|
*
|
|
* DISCLAIMER
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future.
|
|
*
|
|
* @author PrestaShow.pl <kontakt@prestashow.pl>
|
|
* @copyright Since 2014 PrestaShow.pl
|
|
* @license https://prestashow.pl/license
|
|
*/
|
|
|
|
require_once __DIR__ . '/vendor/autoload.php';
|