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

Commit76190ab

Browse files
committed
minor#22709 [Security] Remove polyfill-util dependancy from security-core (BPScott)
This PR was merged into the 3.3-dev branch.Discussion----------[Security] Remove polyfill-util dependancy from security-core| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/aSecurity-core no longer directly depends upon polyfill-util since#16382.This does not change the existing dependancy tree as polyfill-util istransitivly depended on via polyfill-php56.Commits-------fb140aa Remove polyfill-util dependancy from security-core
2 parentsd975419 +fb140aa commit76190ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/Symfony/Component/Security/Core/composer.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
],
1818
"require": {
1919
"php":">=5.5.9",
20-
"symfony/polyfill-php56":"~1.0",
21-
"symfony/polyfill-util":"~1.0"
20+
"symfony/polyfill-php56":"~1.0"
2221
},
2322
"require-dev": {
2423
"symfony/event-dispatcher":"~2.8|~3.0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp