mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
Bump nelmio/api-doc-bundle from 4.32.0 to 4.32.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.32.0 to 4.32.1. - [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases) - [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/nelmio/NelmioApiDocBundle/compare/v4.32.0...v4.32.1) --- updated-dependencies: - dependency-name: nelmio/api-doc-bundle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9da62d9ba4
commit
b9457bd190
1 changed files with 19 additions and 19 deletions
38
composer.lock
generated
38
composer.lock
generated
|
@ -5626,16 +5626,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nelmio/api-doc-bundle",
|
"name": "nelmio/api-doc-bundle",
|
||||||
"version": "v4.32.0",
|
"version": "v4.32.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nelmio/NelmioApiDocBundle.git",
|
"url": "https://github.com/nelmio/NelmioApiDocBundle.git",
|
||||||
"reference": "6ea702702ffb3382e9fd9776c868ff7386dbc772"
|
"reference": "3d05e0e25702d5a2d50ad8d95154a7d2dc6e979b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/6ea702702ffb3382e9fd9776c868ff7386dbc772",
|
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/3d05e0e25702d5a2d50ad8d95154a7d2dc6e979b",
|
||||||
"reference": "6ea702702ffb3382e9fd9776c868ff7386dbc772",
|
"reference": "3d05e0e25702d5a2d50ad8d95154a7d2dc6e979b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -5736,7 +5736,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/nelmio/NelmioApiDocBundle/issues",
|
"issues": "https://github.com/nelmio/NelmioApiDocBundle/issues",
|
||||||
"source": "https://github.com/nelmio/NelmioApiDocBundle/tree/v4.32.0"
|
"source": "https://github.com/nelmio/NelmioApiDocBundle/tree/v4.32.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -5744,7 +5744,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-09-30T13:06:21+00:00"
|
"time": "2024-10-15T14:59:10+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nelmio/cors-bundle",
|
"name": "nelmio/cors-bundle",
|
||||||
|
@ -7182,16 +7182,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpdoc-parser",
|
"name": "phpstan/phpdoc-parser",
|
||||||
"version": "1.32.0",
|
"version": "1.33.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
||||||
"reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4"
|
"reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4",
|
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140",
|
||||||
"reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4",
|
"reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -7223,9 +7223,9 @@
|
||||||
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
||||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.32.0"
|
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0"
|
||||||
},
|
},
|
||||||
"time": "2024-09-26T07:23:32+00:00"
|
"time": "2024-10-13T11:25:22+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpzip/phpzip",
|
"name": "phpzip/phpzip",
|
||||||
|
@ -15376,16 +15376,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "zircote/swagger-php",
|
"name": "zircote/swagger-php",
|
||||||
"version": "4.10.6",
|
"version": "4.11.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zircote/swagger-php.git",
|
"url": "https://github.com/zircote/swagger-php.git",
|
||||||
"reference": "e462ff5269ea0ec91070edd5d51dc7215bdea3b6"
|
"reference": "3b6f3800f4fd6544ada4dce180c6b69eaead7c7c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/e462ff5269ea0ec91070edd5d51dc7215bdea3b6",
|
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/3b6f3800f4fd6544ada4dce180c6b69eaead7c7c",
|
||||||
"reference": "e462ff5269ea0ec91070edd5d51dc7215bdea3b6",
|
"reference": "3b6f3800f4fd6544ada4dce180c6b69eaead7c7c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -15399,7 +15399,7 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"composer/package-versions-deprecated": "^1.11",
|
"composer/package-versions-deprecated": "^1.11",
|
||||||
"doctrine/annotations": "^1.7 || ^2.0",
|
"doctrine/annotations": "^1.7 || ^2.0",
|
||||||
"friendsofphp/php-cs-fixer": "^2.17 || ^3.47.1",
|
"friendsofphp/php-cs-fixer": "^2.17 || 3.62.0",
|
||||||
"phpstan/phpstan": "^1.6",
|
"phpstan/phpstan": "^1.6",
|
||||||
"phpunit/phpunit": ">=8",
|
"phpunit/phpunit": ">=8",
|
||||||
"vimeo/psalm": "^4.23"
|
"vimeo/psalm": "^4.23"
|
||||||
|
@ -15451,9 +15451,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/zircote/swagger-php/issues",
|
"issues": "https://github.com/zircote/swagger-php/issues",
|
||||||
"source": "https://github.com/zircote/swagger-php/tree/4.10.6"
|
"source": "https://github.com/zircote/swagger-php/tree/4.11.0"
|
||||||
},
|
},
|
||||||
"time": "2024-07-26T03:04:43+00:00"
|
"time": "2024-10-09T03:11:12+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
|
Loading…
Reference in a new issue