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);
|
||||
|
||||
Reference in New Issue
Block a user