1
0
Fork 0
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:
Caleb Mazalevskis 2022-05-25 00:53:54 +08:00
parent 05c0f46321
commit cee0056f2f
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95
19980 changed files with 1935405 additions and 1845668 deletions

19
vendor/autoload.php vendored
View file

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