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
1e7dfe0d
Commit
1e7dfe0d
authored
Feb 11, 2020
by
xjm
Browse files
Drupal 9.0.0-alpha1
parent
bf2240bf
Changes
4
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
1e7dfe0d
...
...
@@ -451,7 +451,7 @@
},
{
"name": "drupal/core",
"version": "9.0.
x-dev
",
"version": "9.0.
0-alpha1
",
"dist": {
"type": "path",
"url": "core",
...
...
@@ -682,11 +682,11 @@
},
{
"name": "drupal/core-project-message",
"version": "9.0.
x-dev
",
"version": "9.0.
0-alpha1
",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
"reference": "
3b795f469441eb27854798f70cb38e717d80bb
fc"
"reference": "
0691ca6beba657e6da57a893b1c6da757d16a
fc
8
"
},
"require": {
"composer-plugin-api": "^1.1",
...
...
@@ -712,7 +712,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "9.0.
x-dev
",
"version": "9.0.
0-alpha1
",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
...
...
@@ -4099,9 +4099,6 @@
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
...
...
@@ -6528,9 +6525,6 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20,
"behat/mink": 20,
"behat/mink-selenium2-driver": 20
},
...
...
composer/Metapackage/CoreRecommended/composer.json
View file @
1e7dfe0d
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-strict"
:
"*"
},
"require"
:
{
"drupal/core"
:
"9.0.
x-dev
"
,
"drupal/core"
:
"9.0.
0-alpha1
"
,
"asm89/stack-cors"
:
"1.3.0"
,
"composer/installers"
:
"v1.7.0"
,
"composer/semver"
:
"1.5.1"
,
...
...
composer/Metapackage/PinnedDevDependencies/composer.json
View file @
1e7dfe0d
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev"
:
"*"
},
"require"
:
{
"drupal/core"
:
"9.0.
x-dev
"
,
"drupal/core"
:
"9.0.
0-alpha1
"
,
"behat/mink"
:
"1.8.0 | 1.7.1.1 | 1.7.x-dev"
,
"behat/mink-browserkit-driver"
:
"1.3.3"
,
"behat/mink-goutte-driver"
:
"v1.2.1"
,
...
...
core/lib/Drupal.php
View file @
1e7dfe0d
...
...
@@ -81,7 +81,7 @@ class Drupal {
/**
* The current system version.
*/
const
VERSION
=
'9.0.0-
dev
'
;
const
VERSION
=
'9.0.0-
alpha1
'
;
/**
* Core API compatibility.
...
...
Write
Preview
Markdown
is supported
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