We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbc4e6 commit 848ff9dCopy full SHA for 848ff9d
CHANGELOG.md
@@ -10,7 +10,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file
10
11
### Fixed
12
13
-- None
+- Update requirement to use `uri` 7.8.1
14
15
### Deprecated
16
composer.json
@@ -29,7 +29,7 @@
29
],
30
"require": {
31
"php": "^8.1",
32
- "league/uri": "^7.8"
+ "league/uri": "^7.8.1"
33
},
34
"suggest": {
35
"ext-bcmath": "to improve IPV4 host parsing",
0 commit comments