Add Symfony Deprecation Contracts package
- 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.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// autoload_real.php @generated by Composer
|
||||
|
||||
class ComposerAutoloaderInitc0ed3f98dd7049a39f692ffc2529a248
|
||||
class ComposerAutoloaderInitec1a73316f7c92d3ccef54b8d0420c77
|
||||
{
|
||||
private static $loader;
|
||||
|
||||
@@ -24,12 +24,12 @@ class ComposerAutoloaderInitc0ed3f98dd7049a39f692ffc2529a248
|
||||
|
||||
require __DIR__ . '/platform_check.php';
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInitc0ed3f98dd7049a39f692ffc2529a248', 'loadClassLoader'), true, false);
|
||||
spl_autoload_register(array('ComposerAutoloaderInitec1a73316f7c92d3ccef54b8d0420c77', 'loadClassLoader'), true, false);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitc0ed3f98dd7049a39f692ffc2529a248', 'loadClassLoader'));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitec1a73316f7c92d3ccef54b8d0420c77', 'loadClassLoader'));
|
||||
|
||||
require __DIR__ . '/autoload_static.php';
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitc0ed3f98dd7049a39f692ffc2529a248::getInitializer($loader));
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77::getInitializer($loader));
|
||||
|
||||
$loader->setClassMapAuthoritative(true);
|
||||
$loader->register(false);
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInitc0ed3f98dd7049a39f692ffc2529a248
|
||||
class ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77
|
||||
{
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'P' =>
|
||||
@@ -66,9 +66,9 @@ class ComposerStaticInitc0ed3f98dd7049a39f692ffc2529a248
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitc0ed3f98dd7049a39f692ffc2529a248::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitc0ed3f98dd7049a39f692ffc2529a248::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInitc0ed3f98dd7049a39f692ffc2529a248::$classMap;
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
|
||||
@@ -1034,13 +1034,13 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@git.layersshow.com:prestashow/lib/presta-core.git",
|
||||
"reference": "cfef8ce2507bc27d9c22920684ddcd067311797a"
|
||||
"reference": "39712e7efb30c82b3c98a1808f7b5d55c6bbcae9"
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.0|^2.0",
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"time": "2025-11-17T18:55:01+00:00",
|
||||
"time": "2025-11-27T19:11:27+00:00",
|
||||
"default-branch": true,
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
'prestashow/presta-core' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'reference' => 'cfef8ce2507bc27d9c22920684ddcd067311797a',
|
||||
'reference' => '39712e7efb30c82b3c98a1808f7b5d55c6bbcae9',
|
||||
'type' => 'composer-plugin',
|
||||
'install_path' => __DIR__ . '/../prestashow/presta-core',
|
||||
'aliases' => array(
|
||||
|
||||
Reference in New Issue
Block a user