From 639d0e2300f639999b5b07e8eed7b86c3526a9b3 Mon Sep 17 00:00:00 2001 From: Daen Rebel Date: Mon, 17 Jul 2017 15:06:10 +0200 Subject: [PATCH] 1.0.5 --- composer.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 composer.json diff --git a/composer.json b/composer.json deleted file mode 100644 index 36540af..0000000 --- a/composer.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "pluxbox/GIT_REPO_ID", - "description": "", - "keywords": [ - "swagger", - "php", - "sdk", - "api" - ], - "homepage": "http://swagger.io", - "license": "proprietary", - "authors": [ - { - "name": "Swagger and contributors", - "homepage": "https://github.com/swagger-api/swagger-codegen" - } - ], - "require": { - "php": ">=5.4", - "ext-curl": "*", - "ext-json": "*", - "ext-mbstring": "*" - }, - "require-dev": { - "phpunit/phpunit": "~4.8", - "satooshi/php-coveralls": "~1.0", - "squizlabs/php_codesniffer": "~2.6", - "friendsofphp/php-cs-fixer": "~1.12" - }, - "autoload": { - "psr-4": { "RadioManager\\" : "lib/" } - }, - "autoload-dev": { - "psr-4": { "RadioManager\\" : "test/" } - } -}