parent
b4aa82d448
commit
1ff2cdffdb
|
@ -439,7 +439,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "10.0.4",
|
||||
"version": "10.0.5",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "core",
|
||||
|
@ -594,7 +594,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core-project-message",
|
||||
"version": "10.0.4",
|
||||
"version": "10.0.5",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "composer/Plugin/ProjectMessage",
|
||||
|
@ -627,7 +627,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core-vendor-hardening",
|
||||
"version": "10.0.4",
|
||||
"version": "10.0.5",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "composer/Plugin/VendorHardening",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"webflo/drupal-core-strict": "*"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "10.0.4",
|
||||
"drupal/core": "10.0.5",
|
||||
"asm89/stack-cors": "~v2.1.1",
|
||||
"composer/semver": "~3.3.2",
|
||||
"doctrine/annotations": "~1.13.3",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"webflo/drupal-core-require-dev": "*"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "10.0.4",
|
||||
"drupal/core": "10.0.5",
|
||||
"behat/mink": "v1.10.0",
|
||||
"behat/mink-browserkit-driver": "v2.1.0",
|
||||
"behat/mink-selenium2-driver": "v1.6.0",
|
||||
|
|
|
@ -75,7 +75,7 @@ class Drupal {
|
|||
/**
|
||||
* The current system version.
|
||||
*/
|
||||
const VERSION = '10.0.4';
|
||||
const VERSION = '10.0.5';
|
||||
|
||||
/**
|
||||
* Core API compatibility.
|
||||
|
|
Loading…
Reference in New Issue