From 304380507477818f100538c2691518f1574fff05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Fri, 4 Nov 2016 15:18:24 +0100 Subject: [PATCH] Support both swagger-php 1 and 2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4a548c..108adaf 100755 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "illuminate/view": "5.*", "illuminate/config": "5.*", "illuminate/console": "5.*", - "zircote/swagger-php": "1.*" + "zircote/swagger-php": "1.*|2.*" }, "require-dev": { "phpunit/phpunit": "4.*",