Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb82b09e

Browse files
minor#31372 Merges second DI section into first one (jschaedl)
This PR was merged into the 4.3-dev branch.Discussion----------Merges second DI section into first one| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files -->| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tests pass? | not related <!-- please add some, will be required by reviewers -->| Fixed tickets | - <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | -Commits-------826237a Merges second DI section into first one
2 parentsc315767 +826237a commitb82b09e

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

‎UPGRADE-5.0.md‎

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@ DependencyInjection
5555

5656
* Removed the`TypedReference::canBeAutoregistered()` and`TypedReference::getRequiringClass()` methods.
5757
* 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+
```
5871
5972
DoctrineBridge
6073
--------------
@@ -82,23 +95,6 @@ EventDispatcher
8295
* The signature of the `EventDispatcherInterface::dispatch()` method has been updated to `dispatch($event, string $eventName = null)`
8396
* The `Event` class has been removed, use `Symfony\Contracts\EventDispatcher\Event` instead
8497

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-
10298
Filesystem
10399
----------
104100

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp