-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BAP-20588: OpenAPI Specification for application JSON.API (#37975)
- Loading branch information
Showing
2 changed files
with
135 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5860,7 +5860,7 @@ | |
"dist": { | ||
"type": "path", | ||
"url": "../../package/platform", | ||
"reference": "3186eaab7036f4df4badf8c6dcb3b70e4fa7949a" | ||
"reference": "7813f42d685a3607f43851b78bade3f27f870d4e" | ||
}, | ||
"require": { | ||
"ass/xmlsecurity": "1.1.1", | ||
|
@@ -5981,7 +5981,8 @@ | |
"symfony/web-link": "~5.4.3", | ||
"symfony/yaml": "~5.4.17", | ||
"twig/twig": "~3.5.0", | ||
"xemlock/htmlpurifier-html5": "0.1.10" | ||
"xemlock/htmlpurifier-html5": "0.1.10", | ||
"zircote/swagger-php": "4.8.*" | ||
}, | ||
"provide": { | ||
"psr/http-factory-implementation": "^1.0" | ||
|
@@ -7051,16 +7052,16 @@ | |
}, | ||
{ | ||
"name": "phpstan/phpdoc-parser", | ||
"version": "1.27.0", | ||
"version": "1.28.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/phpstan/phpdoc-parser.git", | ||
"reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757" | ||
"reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/86e4d5a4b036f8f0be1464522f4c6b584c452757", | ||
"reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757", | ||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", | ||
"reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
|
@@ -7092,9 +7093,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.27.0" | ||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0" | ||
}, | ||
"time": "2024-03-21T13:14:53+00:00" | ||
"time": "2024-04-03T18:51:33+00:00" | ||
}, | ||
{ | ||
"name": "predis/predis", | ||
|
@@ -14601,6 +14602,87 @@ | |
"source": "https://github.com/xemlock/htmlpurifier-html5/tree/master" | ||
}, | ||
"time": "2019-04-26T08:53:59+00:00" | ||
}, | ||
{ | ||
"name": "zircote/swagger-php", | ||
"version": "4.8.7", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/zircote/swagger-php.git", | ||
"reference": "2357fafbb084be0f9eda7b5c1a659704fed65b28" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/2357fafbb084be0f9eda7b5c1a659704fed65b28", | ||
"reference": "2357fafbb084be0f9eda7b5c1a659704fed65b28", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"ext-json": "*", | ||
"php": ">=7.2", | ||
"psr/log": "^1.1 || ^2.0 || ^3.0", | ||
"symfony/deprecation-contracts": "^2 || ^3", | ||
"symfony/finder": ">=2.2", | ||
"symfony/yaml": ">=3.3" | ||
}, | ||
"require-dev": { | ||
"composer/package-versions-deprecated": "^1.11", | ||
"doctrine/annotations": "^1.7 || ^2.0", | ||
"friendsofphp/php-cs-fixer": "^2.17 || ^3.47.1", | ||
"phpstan/phpstan": "^1.6", | ||
"phpunit/phpunit": ">=8", | ||
"vimeo/psalm": "^4.23" | ||
}, | ||
"suggest": { | ||
"doctrine/annotations": "^1.7 || ^2.0" | ||
}, | ||
"bin": [ | ||
"bin/openapi" | ||
], | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "4.x-dev" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"OpenApi\\": "src" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"Apache-2.0" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Robert Allen", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Bob Fanger", | ||
"email": "[email protected]", | ||
"homepage": "https://bfanger.nl" | ||
}, | ||
{ | ||
"name": "Martin Rademacher", | ||
"email": "[email protected]", | ||
"homepage": "https://radebatz.net" | ||
} | ||
], | ||
"description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations", | ||
"homepage": "https://github.com/zircote/swagger-php/", | ||
"keywords": [ | ||
"api", | ||
"json", | ||
"rest", | ||
"service discovery" | ||
], | ||
"support": { | ||
"issues": "https://github.com/zircote/swagger-php/issues", | ||
"source": "https://github.com/zircote/swagger-php/tree/4.8.7" | ||
}, | ||
"time": "2024-03-23T06:35:46+00:00" | ||
} | ||
], | ||
"packages-dev": [ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.