cleanup composer and swagger

This commit is contained in:
Nabeel Shahzad
2017-12-28 21:17:26 -06:00
parent 6e9c16125d
commit f809381b25
3 changed files with 93 additions and 21 deletions

64
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "86e1301e51023af9f403b4c63209dae7",
"content-hash": "b928532e473b59b1b6905f9c109fcb2e",
"packages": [
{
"name": "composer/semver",
@@ -6808,6 +6808,68 @@
"validate"
],
"time": "2016-11-23T20:04:58+00:00"
},
{
"name": "zircote/swagger-php",
"version": "2.0.13",
"source": {
"type": "git",
"url": "https://github.com/zircote/swagger-php.git",
"reference": "8b42fdc3d8c5a5e0d1f8d344aa359822c9f085e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/8b42fdc3d8c5a5e0d1f8d344aa359822c9f085e0",
"reference": "8b42fdc3d8c5a5e0d1f8d344aa359822c9f085e0",
"shasum": ""
},
"require": {
"doctrine/annotations": "*",
"php": ">=5.6",
"symfony/finder": ">=2.2"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.35 <=5.6",
"squizlabs/php_codesniffer": ">=2.7",
"zendframework/zend-form": "<2.8"
},
"bin": [
"bin/swagger"
],
"type": "library",
"autoload": {
"psr-4": {
"Swagger\\": "src"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "Robert Allen",
"email": "zircote@gmail.com",
"homepage": "http://www.zircote.com"
},
{
"name": "Bob Fanger",
"email": "bfanger@gmail.com",
"homepage": "http://bfanger.nl"
}
],
"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"
],
"time": "2017-12-01T09:22:05+00:00"
}
],
"aliases": [],