Skip to content

Commit 1a88650

Browse files
committed
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
1 parent a4a3f34 commit 1a88650

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

symfony/console/4.2/bin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../3.3/bin
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../framework-bundle/4.2/config/bootstrap.php

symfony/console/4.2/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../3.3/manifest.json

symfony/console/4.4/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../3.3/config/
1+
../4.2/config

0 commit comments

Comments
 (0)