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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
5087d938
Verified
Commit
5087d938
authored
4 months ago
by
Dave Long
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3488401
by andypost: upgrade prophecy to 1.20
parent
a68df986
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#346127
passed with warnings
4 months ago
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: drupal
#346161
Pipeline: drupal
#346155
Pipeline: drupal
#346147
+1
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.lock
+17
-13
17 additions, 13 deletions
composer.lock
composer/Metapackage/PinnedDevDependencies/composer.json
+2
-2
2 additions, 2 deletions
composer/Metapackage/PinnedDevDependencies/composer.json
with
19 additions
and
15 deletions
composer.lock
+
17
−
13
View file @
5087d938
...
...
@@ -7024,26 +7024,27 @@
},
{
"name": "phpspec/prophecy",
"version": "v1.
19
.0",
"version": "v1.
20
.0",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "
67a759e7d8746d501c41536ba40cd9c0a07d6a87
"
"reference": "
a0165c648cab6a80311c74ffc708a07bb53ecc93
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/
67a759e7d8746d501c41536ba40cd9c0a07d6a87
",
"reference": "
67a759e7d8746d501c41536ba40cd9c0a07d6a87
",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/
a0165c648cab6a80311c74ffc708a07bb53ecc93
",
"reference": "
a0165c648cab6a80311c74ffc708a07bb53ecc93
",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2 || ^2.0",
"php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
"php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*
|| 8.4.*
",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.40",
"phpspec/phpspec": "^6.0 || ^7.0",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0"
...
...
@@ -7087,22 +7088,22 @@
],
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/v1.
19
.0"
"source": "https://github.com/phpspec/prophecy/tree/v1.
20
.0"
},
"time": "2024-
02-29T11:5
2:
5
1+00:00"
"time": "2024-
11-19T13:1
2:
4
1+00:00"
},
{
"name": "phpspec/prophecy-phpunit",
"version": "v2.
2
.0",
"version": "v2.
3
.0",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy-phpunit.git",
"reference": "
16e1247e139434bce0bac09848bc5c8d882940fc
"
"reference": "
8819516c1b489ecee4c60db5f5432fac1ea8ac6f
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/
16e1247e139434bce0bac09848bc5c8d882940fc
",
"reference": "
16e1247e139434bce0bac09848bc5c8d882940fc
",
"url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/
8819516c1b489ecee4c60db5f5432fac1ea8ac6f
",
"reference": "
8819516c1b489ecee4c60db5f5432fac1ea8ac6f
",
"shasum": ""
},
"require": {
...
...
@@ -7110,6 +7111,9 @@
"phpspec/prophecy": "^1.18",
"phpunit/phpunit": "^9.1 || ^10.1 || ^11.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10"
},
"type": "library",
"extra": {
"branch-alias": {
...
...
@@ -7139,9 +7143,9 @@
],
"support": {
"issues": "https://github.com/phpspec/prophecy-phpunit/issues",
"source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.
2
.0"
"source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.
3
.0"
},
"time": "2024-
03-01T08:33:58
+00:00"
"time": "2024-
11-19T13:24:17
+00:00"
},
{
"name": "phpstan/extension-installer",
...
...
This diff is collapsed.
Click to expand it.
composer/Metapackage/PinnedDevDependencies/composer.json
+
2
−
2
View file @
5087d938
...
...
@@ -47,8 +47,8 @@
"phpdocumentor/reflection-common"
:
"2.2.0"
,
"phpdocumentor/reflection-docblock"
:
"5.6.0"
,
"phpdocumentor/type-resolver"
:
"1.10.0"
,
"phpspec/prophecy"
:
"v1.
19
.0"
,
"phpspec/prophecy-phpunit"
:
"v2.
2
.0"
,
"phpspec/prophecy"
:
"v1.
20
.0"
,
"phpspec/prophecy-phpunit"
:
"v2.
3
.0"
,
"phpstan/extension-installer"
:
"1.4.3"
,
"phpstan/phpdoc-parser"
:
"1.33.0"
,
"phpstan/phpstan"
:
"1.12.11"
,
...
...
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