Update to latest swagger-php

This commit is contained in:
Buster Neece 2023-12-01 17:10:25 -06:00
parent 5004f54b96
commit a9f7a16b01
No known key found for this signature in database
2 changed files with 14 additions and 85 deletions

View File

@ -91,7 +91,7 @@
"vlucas/phpdotenv": "^5.3",
"voku/portable-utf8": "^6.0",
"wikimedia/composer-merge-plugin": "dev-master",
"zircote/swagger-php": "^4.3.0"
"zircote/swagger-php": "dev-master"
},
"replace": {
"symfony/polyfill-iconv": "1.99",

97
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "fb98c5821ce50a052083e6c562f17a52",
"content-hash": "90a642c8b94c3bd329dc3a1efc79ad9d",
"packages": [
{
"name": "aws/aws-crt-php",
@ -522,82 +522,6 @@
},
"time": "2023-07-18T20:41:43+00:00"
},
{
"name": "doctrine/annotations",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
"reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
"shasum": ""
},
"require": {
"doctrine/lexer": "^2 || ^3",
"ext-tokenizer": "*",
"php": "^7.2 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^2.0",
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^5.4 || ^6",
"vimeo/psalm": "^4.10"
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/2.0.1"
},
"time": "2023-02-02T22:02:53+00:00"
},
{
"name": "doctrine/cache",
"version": "2.2.0",
@ -9376,20 +9300,19 @@
},
{
"name": "zircote/swagger-php",
"version": "4.7.16",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/zircote/swagger-php.git",
"reference": "21366a8c43819457d458e772a4e86d0df9233b5e"
"reference": "364fd85deeb682393d01d80e976694b9ac084d7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/21366a8c43819457d458e772a4e86d0df9233b5e",
"reference": "21366a8c43819457d458e772a4e86d0df9233b5e",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/364fd85deeb682393d01d80e976694b9ac084d7e",
"reference": "364fd85deeb682393d01d80e976694b9ac084d7e",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.7 || ^2.0",
"ext-json": "*",
"php": ">=7.2",
"psr/log": "^1.1 || ^2.0 || ^3.0",
@ -9399,11 +9322,16 @@
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^1.7 || ^2.0",
"friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
"phpstan/phpstan": "^1.6",
"phpunit/phpunit": ">=8",
"vimeo/psalm": "^4.23"
},
"suggest": {
"doctrine/annotations": "^1.7 || ^2.0"
},
"default-branch": true,
"bin": [
"bin/openapi"
],
@ -9448,9 +9376,9 @@
],
"support": {
"issues": "https://github.com/zircote/swagger-php/issues",
"source": "https://github.com/zircote/swagger-php/tree/4.7.16"
"source": "https://github.com/zircote/swagger-php/tree/master"
},
"time": "2023-11-30T21:47:39+00:00"
"time": "2023-12-01T01:40:33+00:00"
}
],
"packages-dev": [
@ -13834,6 +13762,7 @@
"rlanvin/php-ip": 20,
"supervisorphp/supervisor": 20,
"wikimedia/composer-merge-plugin": 20,
"zircote/swagger-php": 20,
"codeception/module-phpbrowser": 20,
"roave/security-advisories": 20
},