Drupal 10.0.0-alpha2
parent
9718e6d120
commit
c2c7e447be
|
@ -444,7 +444,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core",
|
"name": "drupal/core",
|
||||||
"version": "10.0.x-dev",
|
"version": "10.0.0-alpha2",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "core",
|
"url": "core",
|
||||||
|
@ -688,7 +688,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-project-message",
|
"name": "drupal/core-project-message",
|
||||||
"version": "10.0.x-dev",
|
"version": "10.0.0-alpha2",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "composer/Plugin/ProjectMessage",
|
"url": "composer/Plugin/ProjectMessage",
|
||||||
|
@ -721,7 +721,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-vendor-hardening",
|
"name": "drupal/core-vendor-hardening",
|
||||||
"version": "10.0.x-dev",
|
"version": "10.0.0-alpha2",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "composer/Plugin/VendorHardening",
|
"url": "composer/Plugin/VendorHardening",
|
||||||
|
@ -8463,11 +8463,7 @@
|
||||||
],
|
],
|
||||||
"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": "10.0.x-dev",
|
"drupal/core": "10.0.0-alpha2",
|
||||||
"asm89/stack-cors": "v2.1.1",
|
"asm89/stack-cors": "v2.1.1",
|
||||||
"composer/semver": "3.2.9",
|
"composer/semver": "3.2.9",
|
||||||
"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": "10.0.x-dev",
|
"drupal/core": "10.0.0-alpha2",
|
||||||
"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",
|
||||||
"composer/composer": "2.2.6",
|
"composer/composer": "2.2.6",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "alpha",
|
||||||
"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": "dev",
|
"minimum-stability": "alpha",
|
||||||
"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 = '10.0.0-dev';
|
const VERSION = '10.0.0-alpha2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Core API compatibility.
|
* Core API compatibility.
|
||||||
|
|
Loading…
Reference in New Issue