From a9d155fad59d1d8dedf84d028bc166a1d76568bc Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Sat, 9 Sep 2023 19:21:43 +0200 Subject: [PATCH] Prepare 7.3 release --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83f2dfb8..2613b7b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file -## [Next](https://github.com/thephpleague/uri-components/compare/7.2.1...master) - TBD +## [Next](https://github.com/thephpleague/uri-components/compare/7.2.1...7.3.0) - 2023-09-09 ### Added diff --git a/composer.json b/composer.json index 4a454e98a..cb370e49a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ ], "require": { "php": "^8.1", - "league/uri": "^7.2" + "league/uri": "^7.3" }, "suggest": { "ext-bcmath": "to improve IPV4 host parsing",