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
8aa96cad
Verified
Commit
8aa96cad
authored
Jun 10, 2022
by
xjm
Browse files
Drupal 9.3.16
parent
2f52f922
Changes
4
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
8aa96cad
...
...
@@ -531,7 +531,7 @@
},
{
"name": "drupal/core",
"version": "9.3.1
5
",
"version": "9.3.1
6
",
"dist": {
"type": "path",
"url": "core",
...
...
@@ -788,7 +788,7 @@
},
{
"name": "drupal/core-project-message",
"version": "9.3.1
5
",
"version": "9.3.1
6
",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
...
...
@@ -821,7 +821,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "9.3.1
5
",
"version": "9.3.1
6
",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
...
...
composer/Metapackage/CoreRecommended/composer.json
View file @
8aa96cad
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-strict"
:
"*"
},
"require"
:
{
"drupal/core"
:
"9.3.1
5
"
,
"drupal/core"
:
"9.3.1
6
"
,
"asm89/stack-cors"
:
"1.3.0"
,
"composer/semver"
:
"3.2.6"
,
"doctrine/annotations"
:
"1.13.2"
,
...
...
composer/Metapackage/PinnedDevDependencies/composer.json
View file @
8aa96cad
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev"
:
"*"
},
"require"
:
{
"drupal/core"
:
"9.3.1
5
"
,
"drupal/core"
:
"9.3.1
6
"
,
"behat/mink"
:
"v1.9.0"
,
"behat/mink-selenium2-driver"
:
"v1.5.0"
,
"composer/ca-bundle"
:
"1.3.1"
,
...
...
core/lib/Drupal.php
View file @
8aa96cad
...
...
@@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const
VERSION
=
'9.3.1
5
'
;
const
VERSION
=
'9.3.1
6
'
;
/**
* 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