From 3dcd58d7df37cd46bc798fe1276cbf162bf313da Mon Sep 17 00:00:00 2001 From: AaronGilMartinez Date: Fri, 6 Sep 2024 13:50:13 +0200 Subject: [PATCH] OEL-3329: Set broader replace target, fix change log. --- CHANGELOG.md | 8 ++++---- composer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8264d4..f5e5760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [2.2.3] +## [2.3.0] ### Fixed * [#274](https://github.com/jhedstrom/DrupalDriver/issues/274): Installation failing in Drupal 11, please enable support. * [#264](https://github.com/jhedstrom/DrupalDriver/issues/264): Test on PHP 8.2. @@ -131,9 +131,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * [#153](https://github.com/jhedstrom/DrupalDriver/pull/153): Fix incorrect docblock for `CoreInterface::roleCreate`. -[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.3...HEAD -[2.2.3]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.2...v2.2.3 -[2.2.2]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.1...v2.2.2q +[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.2...v2.3.0 +[2.2.2]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/jhedstrom/DrupalDriver/compare/v2.1.1...v2.2.0 [2.1.1]: https://github.com/jhedstrom/DrupalDriver/compare/v2.1.0...v2.1.1 diff --git a/composer.json b/composer.json index d518267..3da8f89 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "symfony/phpunit-bridge": "^6.1" }, "replace": { - "drupal/drupal-driver": "2.2.2" + "drupal/drupal-driver": "*" }, "conflict": { "drupal/core": ">=8.0 <9.3"