File tree 1 file changed +13
-17
lines changed
1 file changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,19 @@ DependencyInjection
55
55
56
56
* Removed the ` TypedReference::canBeAutoregistered() ` and ` TypedReference::getRequiringClass() ` methods.
57
57
* Removed support for auto-discovered extension configuration class which does not implement ` ConfigurationInterface ` .
58
+ * Removed support for non-string default env() parameters
59
+
60
+ Before:
61
+ ``` yaml
62
+ parameters :
63
+ env(NAME) : 1.5
64
+ ` ` `
65
+
66
+ After:
67
+ ` ` ` yaml
68
+ parameters :
69
+ env(NAME) : ' 1.5'
70
+ ` ` `
58
71
59
72
DoctrineBridge
60
73
--------------
@@ -82,23 +95,6 @@ EventDispatcher
82
95
* The signature of the `EventDispatcherInterface::dispatch()` method has been updated to `dispatch($event, string $eventName = null)`
83
96
* The `Event` class has been removed, use `Symfony\Contracts\EventDispatcher\Event` instead
84
97
85
- DependencyInjection
86
- -------------------
87
-
88
- * Removed support for non-string default env() parameters
89
-
90
- Before:
91
- ``` yaml
92
- parameters :
93
- env(NAME) : 1.5
94
- ` ` `
95
-
96
- After:
97
- ` ` ` yaml
98
- parameters :
99
- env(NAME) : ' 1.5'
100
- ` ` `
101
-
102
98
Filesystem
103
99
----------
104
100
You can’t perform that action at this time.
0 commit comments