Skip to content

Commit

Permalink
OEL-3329: Set broader replace target, fix change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronGilMartinez committed Sep 6, 2024
1 parent 8681b5b commit 3dcd58d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3dcd58d

Please sign in to comment.