8000 [HtmlSanitizer] Allow league/uri v7 · symfony/symfony@50966cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 50966cc

Browse files
committed
[HtmlSanitizer] Allow league/uri v7
1 parent 469f1cc commit 50966cc

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