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