parent
4b52a98742
commit
e637df2c36
|
@ -531,7 +531,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "9.3.21",
|
||||
"version": "9.3.22",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "core",
|
||||
|
@ -788,7 +788,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core-project-message",
|
||||
"version": "9.3.21",
|
||||
"version": "9.3.22",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "composer/Plugin/ProjectMessage",
|
||||
|
@ -821,7 +821,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core-vendor-hardening",
|
||||
"version": "9.3.21",
|
||||
"version": "9.3.22",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "composer/Plugin/VendorHardening",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"webflo/drupal-core-strict": "*"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "9.3.21",
|
||||
"drupal/core": "9.3.22",
|
||||
"asm89/stack-cors": "1.3.0",
|
||||
"composer/semver": "3.2.6",
|
||||
"doctrine/annotations": "1.13.2",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"webflo/drupal-core-require-dev": "*"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "9.3.21",
|
||||
"drupal/core": "9.3.22",
|
||||
"behat/mink": "v1.9.0",
|
||||
"behat/mink-selenium2-driver": "v1.5.0",
|
||||
"composer/ca-bundle": "1.3.1",
|
||||
|
|
|
@ -75,7 +75,7 @@ class Drupal {
|
|||
/**
|
||||
* The current system version.
|
||||
*/
|
||||
const VERSION = '9.3.21';
|
||||
const VERSION = '9.3.22';
|
||||
|
||||
/**
|
||||
* Core API compatibility.
|
||||
|
|
Loading…
Reference in New Issue