Skip to content

Commit

Permalink
chore: CTB-68: Add support for Drupal 9.5. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
StavoveiC authored Jan 23, 2023
1 parent c22d7a2 commit 5813df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Major version numbers match Drupal 8 or 9 core compatibility, e.g.
9.2.x -> Drupal 9.2.x
9.3.x -> Drupal 9.3.x
9.4.x -> Drupal 9.4.x
9.5.x -> Drupal 9.5.x

## Releases

Expand All @@ -34,6 +35,7 @@ After changes in a branch we need to create a new appropriate release.
9.2.x -> 9.2.0, 9.2.1, ...
9.3.x -> 9.3.0, 9.3.1, ...
9.4.x -> 9.4.0, 9.4.1, ...
9.5.x -> 9.5.0, 9.5.1, ...

## Scope

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"psr-4": { "drunomics\\ServiceUtils\\": "src/" }
},
"require": {
"drupal/core": "9.4.*"
"drupal/core": "9.5.*"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0",
Expand Down

0 comments on commit 5813df4

Please sign in to comment.