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 5d87e68 commit 4236407Copy full SHA for 4236407
CHANGELOG.md
@@ -5,6 +5,12 @@
5
6
## 2.x
7
8
+### 2.5.1
9
+
10
+*Jul 14, 2023*
11
12
+* Allow league/uri-components v7
13
14
### 2.5.0
15
16
*Feb 23, 2023*
composer.json
@@ -50,7 +50,7 @@
50
"php": "^7.4 | ^8.0",
51
"ext-hash": "*",
52
"arokettu/bencode": "^1.7.2 | ^2.7.2 | ^3.0.2",
53
- "league/uri-components": "^2.0",
+ "league/uri-components": ">=2.0 <8",
54
"nikic/iter": "^2.0",
55
"psr/event-dispatcher": "^1.0",
56
"symfony/deprecation-contracts": "^2.1 | ^3.0",
0 commit comments