bin
3 years ago
cerdic
3 years ago
doctrine
3 years ago
gregwar
3 years ago
monolog
3 years ago
nesbot
3 years ago
psr
3 years ago
sabberworm
3 years ago
soundasleep
3 years ago
symfony
3 years ago
twig
3 years ago
autoload.php
3 years ago
index.php
3 years ago
autoload.php
11 lines
| 1 | <?php |
| 2 | namespace MailPoetVendor; |
| 3 | if (!defined('ABSPATH')) exit; |
| 4 | // autoload.php @generated by Composer |
| 5 | if (\PHP_VERSION_ID < 50600) { |
| 6 | 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; |
| 7 | exit(1); |
| 8 | } |
| 9 | require_once __DIR__ . '/composer/autoload_real.php'; |
| 10 | return ComposerAutoloaderInitccd9965759aad2efcb4af0e78308401b::getLoader(); |
| 11 |