Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
d890ca84
Commit
d890ca84
authored
Jan 19, 2021
by
xjm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drupal 8.9.13
parent
df68f504
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
composer.lock
composer.lock
+4
-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 @
d890ca84
...
...
@@ -663,7 +663,7 @@
},
{
"name": "drupal/core",
"version": "8.9.1
2
",
"version": "8.9.1
3
",
"dist": {
"type": "path",
"url": "core",
...
...
@@ -897,7 +897,7 @@
},
{
"name": "drupal/core-project-message",
"version": "8.9.1
2
",
"version": "8.9.1
3
",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
...
...
@@ -930,7 +930,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "8.9.1
2
",
"version": "8.9.1
3
",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
...
...
@@ -6984,5 +6984,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "
1.1
.0"
"plugin-api-version": "
2.0
.0"
}
composer/Metapackage/CoreRecommended/composer.json
View file @
d890ca84
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-strict"
:
"*"
},
"require"
:
{
"drupal/core"
:
"8.9.1
2
"
,
"drupal/core"
:
"8.9.1
3
"
,
"asm89/stack-cors"
:
"1.3.0"
,
"composer/semver"
:
"1.5.1"
,
"doctrine/annotations"
:
"v1.4.0"
,
...
...
composer/Metapackage/PinnedDevDependencies/composer.json
View file @
d890ca84
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev"
:
"*"
},
"require"
:
{
"drupal/core"
:
"8.9.1
2
"
,
"drupal/core"
:
"8.9.1
3
"
,
"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 @
d890ca84
...
...
@@ -82,7 +82,7 @@ class Drupal {
/**
* The current system version.
*/
const
VERSION
=
'8.9.1
2
'
;
const
VERSION
=
'8.9.1
3
'
;
/**
* 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