mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Remove upper bound PHP version checks from platform-check as there is not enough value added and it risks causing issues
This commit is contained in:
parent
0a0291e913
commit
21e708f2c4
12 changed files with 29 additions and 52 deletions
|
@ -22,8 +22,6 @@ class ComposerAutoloaderInitFilesAutoload
|
|||
return self::$loader;
|
||||
}
|
||||
|
||||
require __DIR__ . '/platform_check.php';
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInitFilesAutoload', 'loadClassLoader'), true, true);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitFilesAutoload', 'loadClassLoader'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue