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
e2c554ef
Commit
e2c554ef
authored
Jan 19, 2021
by
xjm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drupal 9.0.11
parent
359dd6fc
Changes
4
Show 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 @
e2c554ef
...
...
@@ -482,7 +482,7 @@
},
{
"name": "drupal/core",
"version": "9.0.1
0
",
"version": "9.0.1
1
",
"dist": {
"type": "path",
"url": "core",
...
...
@@ -729,7 +729,7 @@
},
{
"name": "drupal/core-project-message",
"version": "9.0.1
0
",
"version": "9.0.1
1
",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
...
...
@@ -762,7 +762,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "9.0.1
0
",
"version": "9.0.1
1
",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
...
...
@@ -7116,5 +7116,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 @
e2c554ef
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-strict"
:
"*"
},
"require"
:
{
"drupal/core"
:
"9.0.1
0
"
,
"drupal/core"
:
"9.0.1
1
"
,
"asm89/stack-cors"
:
"1.3.0"
,
"composer/semver"
:
"1.5.1"
,
"doctrine/annotations"
:
"1.10.3"
,
...
...
composer/Metapackage/PinnedDevDependencies/composer.json
View file @
e2c554ef
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev"
:
"*"
},
"require"
:
{
"drupal/core"
:
"9.0.1
0
"
,
"drupal/core"
:
"9.0.1
1
"
,
"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 @
e2c554ef
...
...
@@ -80,7 +80,7 @@ class Drupal {
/**
* The current system version.
*/
const
VERSION
=
'9.0.1
0
'
;
const
VERSION
=
'9.0.1
1
'
;
/**
* 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