From 1a886501b80fe60e29d350962c8ebfa010372685 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 12 Dec 2019 16:48:07 -0500 Subject: [PATCH] Making symfony/console 4.2 use symfony/framework 4.2's config/bootstrap.php file This assumes that the components are upgraded at the same time, but that is an assumption we need to make for sane versioning. This assumption is already made (for example) in the framework-bundle 4.2 recipe, whose config/bootstrap.php file references a DotEnv 4.2 method --- symfony/console/4.2/bin | 1 + symfony/console/4.2/config/bootstrap.php | 1 + symfony/console/4.2/manifest.json | 1 + symfony/console/4.4/config | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 symfony/console/4.2/bin create mode 120000 symfony/console/4.2/config/bootstrap.php create mode 120000 symfony/console/4.2/manifest.json diff --git a/symfony/console/4.2/bin b/symfony/console/4.2/bin new file mode 120000 index 00000000..4f9c537e --- /dev/null +++ b/symfony/console/4.2/bin @@ -0,0 +1 @@ +../3.3/bin \ No newline at end of file diff --git a/symfony/console/4.2/config/bootstrap.php b/symfony/console/4.2/config/bootstrap.php new file mode 120000 index 00000000..df20375d --- /dev/null +++ b/symfony/console/4.2/config/bootstrap.php @@ -0,0 +1 @@ +../../../framework-bundle/4.2/config/bootstrap.php \ No newline at end of file diff --git a/symfony/console/4.2/manifest.json b/symfony/console/4.2/manifest.json new file mode 120000 index 00000000..ae0cf233 --- /dev/null +++ b/symfony/console/4.2/manifest.json @@ -0,0 +1 @@ +../3.3/manifest.json \ No newline at end of file diff --git a/symfony/console/4.4/config b/symfony/console/4.4/config index 5b435e97..c38f08f2 120000 --- a/symfony/console/4.4/config +++ b/symfony/console/4.4/config @@ -1 +1 @@ -../3.3/config/ \ No newline at end of file +../4.2/config \ No newline at end of file