Skip to content

Commit 4236407

Browse files
committed
Allow league/uri-components v7
1 parent 5d87e68 commit 4236407

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
## 2.x
77

8+
### 2.5.1
9+
10+
*Jul 14, 2023*
11+
12+
* Allow league/uri-components v7
13+
814
### 2.5.0
915

1016
*Feb 23, 2023*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"php": "^7.4 | ^8.0",
5151
"ext-hash": "*",
5252
"arokettu/bencode": "^1.7.2 | ^2.7.2 | ^3.0.2",
53-
"league/uri-components": "^2.0",
53+
"league/uri-components": ">=2.0 <8",
5454
"nikic/iter": "^2.0",
5555
"psr/event-dispatcher": "^1.0",
5656
"symfony/deprecation-contracts": "^2.1 | ^3.0",

0 commit comments

Comments
 (0)