Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
45bc2a64
Commit
45bc2a64
authored
Mar 21, 2022
by
Jess
Browse files
Options
Downloads
Patches
Plain Diff
SA-
CORE-2022
-006 by JeroenT, DamienMcKenna, xjm, pwolanin, alexpott, larowlan, greggles
parent
b6837414
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!10011
Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...
,
!2521
Issue #3185775: Place Views preview on the side on large monitors
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.lock
+45
-10
45 additions, 10 deletions
composer.lock
composer/Metapackage/CoreRecommended/composer.json
+1
-1
1 addition, 1 deletion
composer/Metapackage/CoreRecommended/composer.json
with
46 additions
and
11 deletions
composer.lock
+
45
−
10
View file @
45bc2a64
...
...
@@ -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",
...
...
This diff is collapsed.
Click to expand it.
composer/Metapackage/CoreRecommended/composer.json
+
1
−
1
View file @
45bc2a64
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment