|
4 | 4 |
|
5 | 5 | namespace Composer\Autoload;
|
6 | 6 |
|
7 |
| -class ComposerStaticInitHumbugBox464 |
| 7 | +class ComposerStaticInitHumbugBox465 |
8 | 8 | {
|
9 | 9 | public static $prefixLengthsPsr4 = array (
|
10 | 10 | 'H' =>
|
11 | 11 | array (
|
12 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\' => 40, |
13 |
| - 'HumbugBox464\\Composer\\Semver\\' => 29, |
| 12 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\' => 40, |
| 13 | + 'HumbugBox465\\Composer\\Semver\\' => 29, |
14 | 14 | ),
|
15 | 15 | );
|
16 | 16 |
|
17 | 17 | public static $prefixDirsPsr4 = array (
|
18 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\' => |
| 18 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\' => |
19 | 19 | array (
|
20 | 20 | 0 => __DIR__ . '/../..' . '/src',
|
21 | 21 | ),
|
22 |
| - 'HumbugBox464\\Composer\\Semver\\' => |
| 22 | + 'HumbugBox465\\Composer\\Semver\\' => |
23 | 23 | array (
|
24 | 24 | 0 => __DIR__ . '/..' . '/composer/semver/src',
|
25 | 25 | ),
|
26 | 26 | );
|
27 | 27 |
|
28 | 28 | public static $classMap = array (
|
29 | 29 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
30 |
| - 'HumbugBox464\\Composer\\Semver\\Comparator' => __DIR__ . '/..' . '/composer/semver/src/Comparator.php', |
31 |
| - 'HumbugBox464\\Composer\\Semver\\CompilingMatcher' => __DIR__ . '/..' . '/composer/semver/src/CompilingMatcher.php', |
32 |
| - 'HumbugBox464\\Composer\\Semver\\Constraint\\Bound' => __DIR__ . '/..' . '/composer/semver/src/Constraint/Bound.php', |
33 |
| - 'HumbugBox464\\Composer\\Semver\\Constraint\\Constraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/Constraint.php', |
34 |
| - 'HumbugBox464\\Composer\\Semver\\Constraint\\ConstraintInterface' => __DIR__ . '/..' . '/composer/semver/src/Constraint/ConstraintInterface.php', |
35 |
| - 'HumbugBox464\\Composer\\Semver\\Constraint\\MatchAllConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/MatchAllConstraint.php', |
36 |
| - 'HumbugBox464\\Composer\\Semver\\Constraint\\MatchNoneConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/MatchNoneConstraint.php', |
37 |
| - 'HumbugBox464\\Composer\\Semver\\Constraint\\MultiConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/MultiConstraint.php', |
38 |
| - 'HumbugBox464\\Composer\\Semver\\Interval' => __DIR__ . '/..' . '/composer/semver/src/Interval.php', |
39 |
| - 'HumbugBox464\\Composer\\Semver\\Intervals' => __DIR__ . '/..' . '/composer/semver/src/Intervals.php', |
40 |
| - 'HumbugBox464\\Composer\\Semver\\Semver' => __DIR__ . '/..' . '/composer/semver/src/Semver.php', |
41 |
| - 'HumbugBox464\\Composer\\Semver\\VersionParser' => __DIR__ . '/..' . '/composer/semver/src/VersionParser.php', |
42 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\Checker' => __DIR__ . '/../..' . '/src/Checker.php', |
43 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\IO' => __DIR__ . '/../..' . '/src/IO.php', |
44 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\IsExtensionConflictFulfilled' => __DIR__ . '/../..' . '/src/IsExtensionConflictFulfilled.php', |
45 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\IsExtensionFulfilled' => __DIR__ . '/../..' . '/src/IsExtensionFulfilled.php', |
46 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\IsFulfilled' => __DIR__ . '/../..' . '/src/IsFulfilled.php', |
47 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\IsPhpVersionFulfilled' => __DIR__ . '/../..' . '/src/IsPhpVersionFulfilled.php', |
48 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\Printer' => __DIR__ . '/../..' . '/src/Printer.php', |
49 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\Requirement' => __DIR__ . '/../..' . '/src/Requirement.php', |
50 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\RequirementCollection' => __DIR__ . '/../..' . '/src/RequirementCollection.php', |
51 |
| - 'HumbugBox464\\KevinGH\\RequirementChecker\\Terminal' => __DIR__ . '/../..' . '/src/Terminal.php', |
| 30 | + 'HumbugBox465\\Composer\\Semver\\Comparator' => __DIR__ . '/..' . '/composer/semver/src/Comparator.php', |
| 31 | + 'HumbugBox465\\Composer\\Semver\\CompilingMatcher' => __DIR__ . '/..' . '/composer/semver/src/CompilingMatcher.php', |
| 32 | + 'HumbugBox465\\Composer\\Semver\\Constraint\\Bound' => __DIR__ . '/..' . '/composer/semver/src/Constraint/Bound.php', |
| 33 | + 'HumbugBox465\\Composer\\Semver\\Constraint\\Constraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/Constraint.php', |
| 34 | + 'HumbugBox465\\Composer\\Semver\\Constraint\\ConstraintInterface' => __DIR__ . '/..' . '/composer/semver/src/Constraint/ConstraintInterface.php', |
| 35 | + 'HumbugBox465\\Composer\\Semver\\Constraint\\MatchAllConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/MatchAllConstraint.php', |
| 36 | + 'HumbugBox465\\Composer\\Semver\\Constraint\\MatchNoneConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/MatchNoneConstraint.php', |
| 37 | + 'HumbugBox465\\Composer\\Semver\\Constraint\\MultiConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/MultiConstraint.php', |
| 38 | + 'HumbugBox465\\Composer\\Semver\\Interval' => __DIR__ . '/..' . '/composer/semver/src/Interval.php', |
| 39 | + 'HumbugBox465\\Composer\\Semver\\Intervals' => __DIR__ . '/..' . '/composer/semver/src/Intervals.php', |
| 40 | + 'HumbugBox465\\Composer\\Semver\\Semver' => __DIR__ . '/..' . '/composer/semver/src/Semver.php', |
| 41 | + 'HumbugBox465\\Composer\\Semver\\VersionParser' => __DIR__ . '/..' . '/composer/semver/src/VersionParser.php', |
| 42 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\Checker' => __DIR__ . '/../..' . '/src/Checker.php', |
| 43 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\IO' => __DIR__ . '/../..' . '/src/IO.php', |
| 44 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\IsExtensionConflictFulfilled' => __DIR__ . '/../..' . '/src/IsExtensionConflictFulfilled.php', |
| 45 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\IsExtensionFulfilled' => __DIR__ . '/../..' . '/src/IsExtensionFulfilled.php', |
| 46 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\IsFulfilled' => __DIR__ . '/../..' . '/src/IsFulfilled.php', |
| 47 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\IsPhpVersionFulfilled' => __DIR__ . '/../..' . '/src/IsPhpVersionFulfilled.php', |
| 48 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\Printer' => __DIR__ . '/../..' . '/src/Printer.php', |
| 49 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\Requirement' => __DIR__ . '/../..' . '/src/Requirement.php', |
| 50 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\RequirementCollection' => __DIR__ . '/../..' . '/src/RequirementCollection.php', |
| 51 | + 'HumbugBox465\\KevinGH\\RequirementChecker\\Terminal' => __DIR__ . '/../..' . '/src/Terminal.php', |
52 | 52 | );
|
53 | 53 |
|
54 | 54 | public static function getInitializer(ClassLoader $loader)
|
55 | 55 | {
|
56 | 56 | return \Closure::bind(function () use ($loader) {
|
57 |
| - $loader->prefixLengthsPsr4 = ComposerStaticInitHumbugBox464::$prefixLengthsPsr4; |
58 |
| - $loader->prefixDirsPsr4 = ComposerStaticInitHumbugBox464::$prefixDirsPsr4; |
59 |
| - $loader->classMap = ComposerStaticInitHumbugBox464::$classMap; |
| 57 | + $loader->prefixLengthsPsr4 = ComposerStaticInitHumbugBox465::$prefixLengthsPsr4; |
| 58 | + $loader->prefixDirsPsr4 = ComposerStaticInitHumbugBox465::$prefixDirsPsr4; |
| 59 | + $loader->classMap = ComposerStaticInitHumbugBox465::$classMap; |
60 | 60 |
|
61 | 61 | }, null, ClassLoader::class);
|
62 | 62 | }
|
|
0 commit comments