1
0
Fork 0
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:
Jordi Boggiano 2020-06-01 09:39:44 +02:00
parent 0a0291e913
commit 21e708f2c4
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
12 changed files with 29 additions and 52 deletions

View file

@ -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'));