Skip to content

Commit

Permalink
Update to Drupal 9.3 (#15)
Browse files Browse the repository at this point in the history
* LDP-1081:  Drupal 9.3 compatibility.

* LDP-1081: Update dependencies.

* LDP-1081: Update README for the new 9.3.x branch.
  • Loading branch information
vasike authored Nov 25, 2021
1 parent 2652522 commit 2290069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Major version numbers match Drupal 8 core compatibility, e.g.
9.x -> Drupal 8.9.x
9.1.x -> Drupal 9.1.x
9.2.x -> Drupal 9.2.x
9.3.x -> Drupal 9.3.x

## Releases

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"psr-4": { "drunomics\\ServiceUtils\\": "src/" }
},
"require": {
"drupal/core": "9.2.*"
"drupal/core": "9.3.*"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0",
"drupal/pathauto": "^1.6",
"drupal/coder": "^8.2",
"drupal/pathauto": "^1.8",
"drupal/coder": "^8.3",
"phpspec/prophecy-phpunit": "^2.0"
},
"repositories": {
Expand Down

0 comments on commit 2290069

Please sign in to comment.