diff --git a/lib/Alchemy/Phrasea/Core.php b/lib/Alchemy/Phrasea/Core.php index cc9ca0a646..3f18f6e6e7 100644 --- a/lib/Alchemy/Phrasea/Core.php +++ b/lib/Alchemy/Phrasea/Core.php @@ -17,15 +17,15 @@ use Alchemy\Phrasea\Core\Configuration; require_once __DIR__ . '/../../../vendor/pimple/pimple/lib/Pimple.php'; -require_once __DIR__ . '/../../../vendor/symfony/yaml/Symfony/Component/Yaml/Yaml.php'; -require_once __DIR__ . '/../../../vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php'; -require_once __DIR__ . '/../../../vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php'; -require_once __DIR__ . '/../../../vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php'; -require_once __DIR__ . '/../../../vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/File.php'; -require_once __DIR__ . '/../../../vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileException.php'; -require_once __DIR__ . '/../../../vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php'; -require_once __DIR__ . '/../../../vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php'; -require_once __DIR__ . '/../../../vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/File.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileException.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php'; +require_once __DIR__ . '/../../../vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php'; require_once __DIR__ . '/Core/Configuration/Specification.php'; require_once __DIR__ . '/Core/Configuration.php'; diff --git a/lib/Alchemy/Phrasea/Loader/Autoloader.php b/lib/Alchemy/Phrasea/Loader/Autoloader.php index 9fa694d115..c0a9503921 100644 --- a/lib/Alchemy/Phrasea/Loader/Autoloader.php +++ b/lib/Alchemy/Phrasea/Loader/Autoloader.php @@ -11,7 +11,7 @@ namespace Alchemy\Phrasea\Loader; -require_once __DIR__ . "/../../../../vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php"; +require_once __DIR__ . "/../../../../vendor/symfony/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php"; use Symfony\Component\ClassLoader\UniversalClassLoader;