Back to dev.
parent
202ab66d6e
commit
dfaad3b729
|
@ -531,7 +531,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core",
|
"name": "drupal/core",
|
||||||
"version": "9.3.10",
|
"version": "9.3.x-dev",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "core",
|
"url": "core",
|
||||||
|
@ -788,7 +788,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-project-message",
|
"name": "drupal/core-project-message",
|
||||||
"version": "9.3.10",
|
"version": "9.3.x-dev",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "composer/Plugin/ProjectMessage",
|
"url": "composer/Plugin/ProjectMessage",
|
||||||
|
@ -821,7 +821,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-vendor-hardening",
|
"name": "drupal/core-vendor-hardening",
|
||||||
"version": "9.3.10",
|
"version": "9.3.x-dev",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "composer/Plugin/VendorHardening",
|
"url": "composer/Plugin/VendorHardening",
|
||||||
|
@ -7909,7 +7909,11 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"stability-flags": [],
|
"stability-flags": {
|
||||||
|
"drupal/core": 20,
|
||||||
|
"drupal/core-project-message": 20,
|
||||||
|
"drupal/core-vendor-hardening": 20
|
||||||
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": [],
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"webflo/drupal-core-strict": "*"
|
"webflo/drupal-core-strict": "*"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "9.3.10",
|
"drupal/core": "9.3.x-dev",
|
||||||
"asm89/stack-cors": "1.3.0",
|
"asm89/stack-cors": "1.3.0",
|
||||||
"composer/semver": "3.2.6",
|
"composer/semver": "3.2.6",
|
||||||
"doctrine/annotations": "1.13.2",
|
"doctrine/annotations": "1.13.2",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"webflo/drupal-core-require-dev": "*"
|
"webflo/drupal-core-require-dev": "*"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "9.3.10",
|
"drupal/core": "9.3.x-dev",
|
||||||
"behat/mink": "v1.9.0",
|
"behat/mink": "v1.9.0",
|
||||||
"behat/mink-selenium2-driver": "v1.5.0",
|
"behat/mink-selenium2-driver": "v1.5.0",
|
||||||
"composer/ca-bundle": "1.3.1",
|
"composer/ca-bundle": "1.3.1",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
|
|
|
@ -75,7 +75,7 @@ class Drupal {
|
||||||
/**
|
/**
|
||||||
* The current system version.
|
* The current system version.
|
||||||
*/
|
*/
|
||||||
const VERSION = '9.3.10';
|
const VERSION = '9.3.11-dev';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Core API compatibility.
|
* Core API compatibility.
|
||||||
|
|
Loading…
Reference in New Issue