Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f978588

Browse files
committed
minor #25784 Remove polyfill-util dependency from fullstack and security (thewilkybarkid)
This PR was merged into the 3.3 branch. Discussion ---------- Remove polyfill-util dependency from fullstack and security | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | kinda | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Applies #22709 to the two higher-level packages. I've applied it to 3.3 as that's where that change was merged (though it was `master` as the time); these may actually apply earlier though? (#16382 was mentioned and applied to 2.8, though is for the serializer which is unrelated? Should have been 3.0 when `StringUtils` was removed?) Commits ------- 939efd5 Remove polyfill-util dependency from fullstack and security
2 parents f657057 + 939efd5 commit f978588

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"symfony/polyfill-intl-icu": "~1.0",
3131
"symfony/polyfill-mbstring": "~1.0",
3232
"symfony/polyfill-php56": "~1.0",
33-
"symfony/polyfill-php70": "~1.0",
34-
"symfony/polyfill-util": "~1.0"
33+
"symfony/polyfill-php70": "~1.0"
3534
},
3635
"replace": {
3736
"symfony/asset": "self.version",

src/Symfony/Component/Security/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"symfony/http-kernel": "~3.3",
2323
"symfony/polyfill-php56": "~1.0",
2424
"symfony/polyfill-php70": "~1.0",
25-
"symfony/polyfill-util": "~1.0",
2625
"symfony/property-access": "~2.8|~3.0"
2726
},
2827
"replace": {

0 commit comments

Comments
 (0)