Skip to content

Commit 29b8dd0

Browse files
committed
Prepare 7.3 release
1 parent cc91c51 commit 29b8dd0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All Notable changes to `League\Uri\Components` will be documented in this file
44

5-
## [Next](https://github.com/thephpleague/uri-components/compare/7.2.1...master) - TBD
5+
## [Next](https://github.com/thephpleague/uri-components/compare/7.2.1...7.3.0) - 2023-09-09
66

77
### Added
88

components/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"require": {
3131
"php": "^8.1",
32-
"league/uri": "^7.2"
32+
"league/uri": "^7.3"
3333
},
3434
"suggest": {
3535
"ext-bcmath": "to improve IPV4 host parsing",

interfaces/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All Notable changes to `League\Uri\Interfaces` will be documented in this file
44

5-
## [Next](https://github.com/thephpleague/uri-interfaces/compare/7.2.0...master) - TBD
5+
## [Next](https://github.com/thephpleague/uri-interfaces/compare/7.2.0...7.3.0) - 2023-09-09
66

77
### Added
88

uri/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All Notable changes to `League\Uri` will be documented in this file
44

5-
## [Next](https://github.com/thephpleague/uri/compare/7.2.1...master) - TBD
5+
## [7.3.0](https://github.com/thephpleague/uri/compare/7.2.1...7.3.0) - 2023-09-09
66

77
### Added
88

uri/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
"require": {
4747
"php": "^8.1",
48-
"league/uri-interfaces": "^7.2"
48+
"league/uri-interfaces": "^7.3"
4949
},
5050
"autoload": {
5151
"psr-4": {

0 commit comments

Comments
 (0)