mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Update all Composer dependencies.
This commit is contained in:
parent
05c0f46321
commit
cee0056f2f
19980 changed files with 1935405 additions and 1845668 deletions
19
vendor/autoload.php
vendored
19
vendor/autoload.php
vendored
|
@ -1,7 +1,12 @@
|
|||
<?php
|
||||
|
||||
// autoload.php @generated by Composer
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInitc3a61dba26daada128f5891f1a57c504::getLoader();
|
||||
<?php
|
||||
|
||||
// autoload.php @generated by Composer
|
||||
|
||||
if (PHP_VERSION_ID < 50600) {
|
||||
echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInitc3a61dba26daada128f5891f1a57c504::getLoader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue