8000 minor #51466 [HtmlSanitizer] Allow league/uri v7 (jmsche) · symfony/symfony@02bd9da · GitHub
[go: up one dir, main page]

Skip to content

Commit 02bd9da

Browse files
minor #51466 [HtmlSanitizer] Allow league/uri v7 (jmsche)
This PR was merged into the 6.3 branch. Discussion ---------- [HtmlSanitizer] Allow league/uri v7 | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A This PR simply allows league/uri v7 to be installed. The API did not change for the two static functions called by HtmlSanitizer. Commits ------- 50966cc [HtmlSanitizer] Allow league/uri v7
2 parents 469f1cc + 50966cc commit 02bd9da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"egulias/email-validator": "^2.1.10|^3.1|^4",
138138
"guzzlehttp/promises": "^1.4",
139139
"league/html-to-markdown": "^5.0",
140+
"league/uri": "^6.5|^7.0",
140141
"masterminds/html5": "^2.7.2",
141142
"monolog/monolog": "^1.25.1|^2",
142143
"nyholm/psr7": "^1.0",

src/Symfony/Component/HtmlSanitizer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"ext-dom": "*",
21-
"league/uri": "^6.5",
21+
"league/uri": "^6.5|^7.0",
2222
"masterminds/html5": "^2.7.2"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)
0