mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
Bump php-http/mock-client from 1.5.0 to 1.5.1
Bumps [php-http/mock-client](https://github.com/php-http/mock-client) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/php-http/mock-client/releases) - [Changelog](https://github.com/php-http/mock-client/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/php-http/mock-client/compare/1.5.0...1.5.1) --- updated-dependencies: - dependency-name: php-http/mock-client dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
65a040fb82
commit
038db7595e
1 changed files with 14 additions and 19 deletions
33
composer.lock
generated
33
composer.lock
generated
|
@ -7651,16 +7651,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
"version": "1.20.2",
|
||||
"version": "1.20.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
||||
"reference": "90490bd8fd8530a272043c4950c180b6d0cf5f81"
|
||||
"reference": "6c04009f6cae6eda2f040745b6b846080ef069c2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/90490bd8fd8530a272043c4950c180b6d0cf5f81",
|
||||
"reference": "90490bd8fd8530a272043c4950c180b6d0cf5f81",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6c04009f6cae6eda2f040745b6b846080ef069c2",
|
||||
"reference": "6c04009f6cae6eda2f040745b6b846080ef069c2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -7690,9 +7690,9 @@
|
|||
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.2"
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.3"
|
||||
},
|
||||
"time": "2023-04-22T12:59:35+00:00"
|
||||
"time": "2023-04-25T09:01:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpzip/phpzip",
|
||||
|
@ -12573,16 +12573,16 @@
|
|||
},
|
||||
{
|
||||
"name": "php-http/mock-client",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-http/mock-client.git",
|
||||
"reference": "a797c2a9122cccafcce14773b8a24d2808a9ab44"
|
||||
"reference": "19e9ce64f6c9cf916474f1b963bc22502a125e7e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-http/mock-client/zipball/a797c2a9122cccafcce14773b8a24d2808a9ab44",
|
||||
"reference": "a797c2a9122cccafcce14773b8a24d2808a9ab44",
|
||||
"url": "https://api.github.com/repos/php-http/mock-client/zipball/19e9ce64f6c9cf916474f1b963bc22502a125e7e",
|
||||
"reference": "19e9ce64f6c9cf916474f1b963bc22502a125e7e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -12593,7 +12593,7 @@
|
|||
"php-http/message-factory": "^1.0",
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"psr/http-message": "^1.0 || ^2.0",
|
||||
"symfony/polyfill-php80": "^1.17"
|
||||
},
|
||||
"provide": {
|
||||
|
@ -12602,14 +12602,9 @@
|
|||
"psr/http-client-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^5.1 || ^6.0"
|
||||
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Http\\Mock\\": "src/"
|
||||
|
@ -12635,9 +12630,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/php-http/mock-client/issues",
|
||||
"source": "https://github.com/php-http/mock-client/tree/1.5.0"
|
||||
"source": "https://github.com/php-http/mock-client/tree/1.5.1"
|
||||
},
|
||||
"time": "2021-08-25T07:01:14+00:00"
|
||||
"time": "2023-04-30T19:10:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/extension-installer",
|
||||
|
|
Loading…
Reference in a new issue