Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
ac09eeff
Commit
ac09eeff
authored
Nov 05, 2020
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back to dev.
parent
9bea9306
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
composer.lock
composer.lock
+8
-4
composer/Metapackage/CoreRecommended/composer.json
composer/Metapackage/CoreRecommended/composer.json
+1
-1
composer/Metapackage/PinnedDevDependencies/composer.json
composer/Metapackage/PinnedDevDependencies/composer.json
+1
-1
core/lib/Drupal.php
core/lib/Drupal.php
+1
-1
No files found.
composer.lock
View file @
ac09eeff
...
...
@@ -667,7 +667,7 @@
},
{
"name": "drupal/core",
"version": "8.9.
8
",
"version": "8.9.
x-dev
",
"dist": {
"type": "path",
"url": "core",
...
...
@@ -901,7 +901,7 @@
},
{
"name": "drupal/core-project-message",
"version": "8.9.
8
",
"version": "8.9.
x-dev
",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
...
...
@@ -934,7 +934,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "8.9.
8
",
"version": "8.9.
x-dev
",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
...
...
@@ -6930,7 +6930,11 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
...
...
composer/Metapackage/CoreRecommended/composer.json
View file @
ac09eeff
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-strict"
:
"*"
},
"require"
:
{
"drupal/core"
:
"8.9.
8
"
,
"drupal/core"
:
"8.9.
x-dev
"
,
"asm89/stack-cors"
:
"1.3.0"
,
"composer/semver"
:
"1.5.1"
,
"doctrine/annotations"
:
"v1.4.0"
,
...
...
composer/Metapackage/PinnedDevDependencies/composer.json
View file @
ac09eeff
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev"
:
"*"
},
"require"
:
{
"drupal/core"
:
"8.9.
8
"
,
"drupal/core"
:
"8.9.
x-dev
"
,
"behat/mink"
:
"v1.8.1"
,
"behat/mink-browserkit-driver"
:
"v1.3.4"
,
"behat/mink-goutte-driver"
:
"v1.2.1"
,
...
...
core/lib/Drupal.php
View file @
ac09eeff
...
...
@@ -82,7 +82,7 @@ class Drupal {
/**
* The current system version.
*/
const
VERSION
=
'8.9.
8
'
;
const
VERSION
=
'8.9.
9-dev
'
;
/**
* 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