Skip to content
Snippets Groups Projects
Verified Commit f79cb087 authored by Jess's avatar Jess
Browse files

Drupal 10.0.0-alpha4

parent 342ad34a
No related branches found
No related tags found
No related merge requests found
...@@ -437,7 +437,7 @@ ...@@ -437,7 +437,7 @@
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
"version": "10.0.x-dev", "version": "10.0.0-alpha4",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "core", "url": "core",
...@@ -680,7 +680,7 @@ ...@@ -680,7 +680,7 @@
}, },
{ {
"name": "drupal/core-project-message", "name": "drupal/core-project-message",
"version": "10.0.x-dev", "version": "10.0.0-alpha4",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/ProjectMessage", "url": "composer/Plugin/ProjectMessage",
...@@ -713,7 +713,7 @@ ...@@ -713,7 +713,7 @@
}, },
{ {
"name": "drupal/core-vendor-hardening", "name": "drupal/core-vendor-hardening",
"version": "10.0.x-dev", "version": "10.0.0-alpha4",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/VendorHardening", "url": "composer/Plugin/VendorHardening",
...@@ -8270,11 +8270,7 @@ ...@@ -8270,11 +8270,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": [],
...@@ -8282,5 +8278,5 @@ ...@@ -8282,5 +8278,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.1.0" "php": "8.1.0"
}, },
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }
...@@ -7,7 +7,7 @@ ...@@ -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-alpha4",
"asm89/stack-cors": "v2.1.1", "asm89/stack-cors": "v2.1.1",
"composer/semver": "3.3.2", "composer/semver": "3.3.2",
"doctrine/annotations": "1.13.2", "doctrine/annotations": "1.13.2",
......
...@@ -7,7 +7,7 @@ ...@@ -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-alpha4",
"behat/mink": "v1.10.0", "behat/mink": "v1.10.0",
"behat/mink-browserkit-driver": "v2.1.0", "behat/mink-browserkit-driver": "v2.1.0",
"behat/mink-selenium2-driver": "v1.6.0", "behat/mink-selenium2-driver": "v1.6.0",
......
...@@ -27,7 +27,7 @@ ...@@ -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 @@ ...@@ -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 { ...@@ -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-alpha4';
/** /**
* Core API compatibility. * Core API compatibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment