bin
4 years ago
cerdic
4 years ago
doctrine
4 years ago
gregwar
4 years ago
monolog
4 years ago
nesbot
4 years ago
psr
4 years ago
sabberworm
4 years ago
symfony
4 years ago
twig
4 years ago
autoload.php
3 years ago
index.php
4 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 ComposerAutoloaderInit0b7c0c2dabd09425c4ab4c422cce7861::getLoader(); |
| 11 |