Update Drupal core to 9.4.x #566

This commit is contained in:
Michael Stenta 2022-09-12 09:06:05 -04:00
parent b495cdb840
commit 6735d3228a
3 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Improve API docs #557](https://github.com/farmOS/farmOS/pull/557)
- [Issue #3305724 by pcambra, m.stenta: Allow map type and behaviors to be configurable in map blocks](https://www.drupal.org/project/farm/issues/3305724)
- [Update Drupal core to 9.4.x](https://github.com/farmOS/farmOS/pull/566)
### Fixed

View File

@ -18,7 +18,7 @@
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^2.4",
"drupal/core": "9.3.20",
"drupal/core": "9.4.5",
"drupal/config_update": "^1.7",
"drupal/csv_serialization": "^2.0",
"drupal/date_popup": "^1.1",

View File

@ -1,11 +1,11 @@
{
"require": {
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "9.3.20"
"drupal/core-composer-scaffold": "9.4.5"
},
"require-dev": {
"brianium/paratest": "^4",
"drupal/core-dev": "9.3.20",
"drupal/core-dev": "9.4.5",
"phpspec/prophecy-phpunit": "^2",
"symfony/finder": "^4.0"
},