Switch source of SwaggerPHP code.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-05-06 19:02:44 -05:00
parent 27819632cf
commit 282f8527d7
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 13 additions and 28 deletions

View File

@ -76,7 +76,7 @@
"symfony/validator": "^4.3",
"voku/portable-utf8": "^5.4",
"wikimedia/composer-merge-plugin": "^1.4",
"zircote/swagger-php": "dev-fix/typed-properties"
"zircote/swagger-php": "dev-master#e61cfa2a4f8d7cc4356ba7450647844463ee7407"
},
"require-dev": {
"codeception/codeception": "^4.0",
@ -95,12 +95,6 @@
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "3.*"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/jpuck/swagger-php"
}
],
"replace": {
"symfony/polyfill-php56": "1.99",
"symfony/polyfill-php72": "1.99",

33
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": "8504b5c6fd96e896208b4560a5ac0821",
"content-hash": "31cdbdac8a5f346cb4c3b77d43d76503",
"packages": [
{
"name": "aws/aws-sdk-php",
@ -7810,11 +7810,17 @@
},
{
"name": "zircote/swagger-php",
"version": "dev-fix/typed-properties",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jpuck/swagger-php",
"reference": "b743457524325839c4223cba168abf0ab5bee660"
"url": "https://github.com/zircote/swagger-php.git",
"reference": "e61cfa2a4f8d7cc4356ba7450647844463ee7407"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/e61cfa2a4f8d7cc4356ba7450647844463ee7407",
"reference": "e61cfa2a4f8d7cc4356ba7450647844463ee7407",
"shasum": ""
},
"require": {
"doctrine/annotations": "*",
@ -7839,22 +7845,7 @@
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"OpenApiTests\\": "tests/"
}
},
"scripts": {
"test": [
"phpunit && phpcs -p --extensions=php --standard=PSR2 --error-severity=1 --warning-severity=0 ./src ./tests"
],
"docs": [
"vuepress dev docs/"
],
"deploy_docs": [
"vuepress build docs/ && cp -r .git docs/.vuepress/dist/.git && cd docs/.vuepress/dist/ && git symbolic-ref HEAD refs/heads/gh-pages && git add --all"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
@ -7878,7 +7869,7 @@
"rest",
"service discovery"
],
"time": "2020-02-25T23:25:57+00:00"
"time": "2020-05-06T20:45:40+00:00"
}
],
"packages-dev": [