Skip to content

Commit d0a3c5b

Browse files
committed
CTB-49: Drupal 10.0 support.
1 parent 13511fb commit d0a3c5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Major version numbers match Drupal 8 or 9 core compatibility, e.g.
2323
9.2.x -> Drupal 9.2.x
2424
9.3.x -> Drupal 9.3.x
2525
9.4.x -> Drupal 9.4.x
26+
10.0.x -> Drupal 10.0.x
2627

2728
## Releases
2829

@@ -34,6 +35,7 @@ After changes in a branch we need to create a new appropriate release.
3435
9.2.x -> 9.2.0, 9.2.1, ...
3536
9.3.x -> 9.3.0, 9.3.1, ...
3637
9.4.x -> 9.4.0, 9.4.1, ...
38+
10.0.x -> 10.0.0, 10.0.1, ...
3739

3840
## Scope
3941

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"psr-4": { "drunomics\\ServiceUtils\\": "src/" }
1616
},
1717
"require": {
18-
"drupal/core": "9.4.*"
18+
"drupal/core": "10.0.*"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.5.0",

0 commit comments

Comments
 (0)