apimatic
1 year ago
bacon
8 months ago
bin
6 months ago
clue
2 years ago
composer
4 hours ago
dasprid
8 months ago
fig
1 month ago
firebase
6 months ago
google
1 week ago
guzzlehttp
6 months ago
http-interop
6 months ago
league
7 years ago
masterminds
6 months ago
melograno
2 weeks ago
microsoft
5 months ago
moneyphp
2 years ago
monolog
6 months ago
nikic
5 months ago
openspout
3 months ago
paragonie
6 months ago
php-http
3 months ago
php-jsonpointer
1 year ago
phpmailer
6 months ago
phpseclib
6 months ago
pimple
1 month ago
psr
1 week ago
ralouphie
6 months ago
razorpay
4 months ago
rmccue
4 months ago
sabberworm
6 months ago
sabre
6 months ago
slim
1 month ago
square
1 year ago
stripe
6 months ago
symfony
1 month ago
wordpress
1 month ago
.amelia_post_install_applied
6 months ago
autoload.php
4 hours ago
autoload.php
26 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload.php @generated by Composer |
| 4 | |
| 5 | if (PHP_VERSION_ID < 50600) { |
| 6 | if (!headers_sent()) { |
| 7 | header('HTTP/1.1 500 Internal Server Error'); |
| 8 | } |
| 9 | $err = '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; |
| 10 | if (!ini_get('display_errors')) { |
| 11 | if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { |
| 12 | fwrite(STDERR, $err); |
| 13 | } elseif (!headers_sent()) { |
| 14 | echo $err; |
| 15 | } |
| 16 | } |
| 17 | trigger_error( |
| 18 | $err, |
| 19 | E_USER_ERROR |
| 20 | ); |
| 21 | } |
| 22 | |
| 23 | require_once __DIR__ . '/composer/autoload_real.php'; |
| 24 | |
| 25 | return ComposerAutoloaderInitc5ac0b0d70a9b27a9d5a54dcecdb7887::getLoader(); |
| 26 |