Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
db83fa88
Commit
db83fa88
authored
Mar 04, 2020
by
xjm
Browse files
Drupal 9.0.0-alpha2
parent
ef9a9b9c
Changes
4
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
db83fa88
...
@@ -453,11 +453,11 @@
...
@@ -453,11 +453,11 @@
},
},
{
{
"name": "drupal/core",
"name": "drupal/core",
"version": "9.0.
x-dev
",
"version": "9.0.
0-alpha2
",
"dist": {
"dist": {
"type": "path",
"type": "path",
"url": "core",
"url": "core",
"reference": "
f8e50d64acdddb816b10f83ca307712bd2cd65e5
"
"reference": "
1135d82ca80e22e7f25b1bd9a8613cae5ae06372
"
},
},
"require": {
"require": {
"asm89/stack-cors": "^1.1",
"asm89/stack-cors": "^1.1",
...
@@ -699,7 +699,7 @@
...
@@ -699,7 +699,7 @@
},
},
{
{
"name": "drupal/core-project-message",
"name": "drupal/core-project-message",
"version": "9.0.
x-dev
",
"version": "9.0.
0-alpha2
",
"dist": {
"dist": {
"type": "path",
"type": "path",
"url": "composer/Plugin/ProjectMessage",
"url": "composer/Plugin/ProjectMessage",
...
@@ -729,7 +729,7 @@
...
@@ -729,7 +729,7 @@
},
},
{
{
"name": "drupal/core-vendor-hardening",
"name": "drupal/core-vendor-hardening",
"version": "9.0.
x-dev
",
"version": "9.0.
0-alpha2
",
"dist": {
"dist": {
"type": "path",
"type": "path",
"url": "composer/Plugin/VendorHardening",
"url": "composer/Plugin/VendorHardening",
...
@@ -6536,9 +6536,6 @@
...
@@ -6536,9 +6536,6 @@
"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,
"behat/mink": 20,
"behat/mink": 20,
"behat/mink-selenium2-driver": 20
"behat/mink-selenium2-driver": 20
},
},
...
...
composer/Metapackage/CoreRecommended/composer.json
View file @
db83fa88
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-strict"
:
"*"
"webflo/drupal-core-strict"
:
"*"
},
},
"require"
:
{
"require"
:
{
"drupal/core"
:
"9.0.
x-dev
"
,
"drupal/core"
:
"9.0.
0-alpha2
"
,
"asm89/stack-cors"
:
"1.3.0"
,
"asm89/stack-cors"
:
"1.3.0"
,
"composer/installers"
:
"v1.8.0"
,
"composer/installers"
:
"v1.8.0"
,
"composer/semver"
:
"1.5.1"
,
"composer/semver"
:
"1.5.1"
,
...
...
composer/Metapackage/PinnedDevDependencies/composer.json
View file @
db83fa88
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev"
:
"*"
"webflo/drupal-core-require-dev"
:
"*"
},
},
"require"
:
{
"require"
:
{
"drupal/core"
:
"9.0.
x-dev
"
,
"drupal/core"
:
"9.0.
0-alpha2
"
,
"behat/mink"
:
"1.8.0 | 1.7.1.1 | 1.7.x-dev"
,
"behat/mink"
:
"1.8.0 | 1.7.1.1 | 1.7.x-dev"
,
"behat/mink-browserkit-driver"
:
"1.3.3"
,
"behat/mink-browserkit-driver"
:
"1.3.3"
,
"behat/mink-goutte-driver"
:
"v1.2.1"
,
"behat/mink-goutte-driver"
:
"v1.2.1"
,
...
...
core/lib/Drupal.php
View file @
db83fa88
...
@@ -80,7 +80,7 @@ class Drupal {
...
@@ -80,7 +80,7 @@ class Drupal {
/**
/**
* The current system version.
* The current system version.
*/
*/
const
VERSION
=
'9.0.0-
dev
'
;
const
VERSION
=
'9.0.0-
alpha2
'
;
/**
/**
* Core API compatibility.
* Core API compatibility.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment