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
f5b1f044
Commit
f5b1f044
authored
Mar 21, 2022
by
xjm
Browse files
Merge 9.2.16, resolve merge conflicts, and update lockfile and dev versions.
parents
4fdd4d12
7dedb70d
Changes
3
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
f5b1f044
...
...
@@ -1044,16 +1044,16 @@
},
{
"name": "guzzlehttp/psr7",
"version": "1.8.
2
",
"version": "1.8.
5
",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "
dc960a912984efb74d0a90222870c72c87f10c91
"
"reference": "
337e3ad8e5716c15f9657bd214d16cc5e69df268
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/
dc960a912984efb74d0a90222870c72c87f10c91
",
"reference": "
dc960a912984efb74d0a90222870c72c87f10c91
",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/
337e3ad8e5716c15f9657bd214d16cc5e69df268
",
"reference": "
337e3ad8e5716c15f9657bd214d16cc5e69df268
",
"shasum": ""
},
"require": {
...
...
@@ -1078,25 +1078,46 @@
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
],
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
...
...
@@ -1113,9 +1134,23 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.
2
"
"source": "https://github.com/guzzle/psr7/tree/1.8.
5
"
},
"time": "2021-04-26T09:17:50+00:00"
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
"time": "2022-03-20T21:51:18+00:00"
},
{
"name": "laminas/laminas-diactoros",
...
...
composer/Metapackage/CoreRecommended/composer.json
View file @
f5b1f044
...
...
@@ -16,7 +16,7 @@
"egulias/email-validator"
:
"2.1.25"
,
"guzzlehttp/guzzle"
:
"6.5.5"
,
"guzzlehttp/promises"
:
"1.4.1"
,
"guzzlehttp/psr7"
:
"1.8.
2
"
,
"guzzlehttp/psr7"
:
"1.8.
5
"
,
"laminas/laminas-diactoros"
:
"2.6.0"
,
"laminas/laminas-escaper"
:
"2.7.0"
,
"laminas/laminas-feed"
:
"2.14.1"
,
...
...
core/lib/Drupal.php
View file @
f5b1f044
...
...
@@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const
VERSION
=
'9.2.1
6
-dev'
;
const
VERSION
=
'9.2.1
7
-dev'
;
/**
* Core API compatibility.
...
...
Write
Preview
Supports
Markdown
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