]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/autoload.php
e45001152185bb88132ac88470af923a81241d89
4 * This file is part of the Symfony package.
6 * (c) Fabien Potencier <fabien@symfony.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 $autoload = __DIR__
. '/../../vendor/autoload.php';
14 if (!file_exists($autoload)) {
15 bailout('You should run "composer install --dev" in the component before running this script.');
18 require_once realpath($autoload);