{ "minimum-stability": "RC", "repositories": [ { "type": "vcs", "url": "https://github.com/ybelenko/slim-token-authentication", "no-api": true } ], "require": { "php": "^7.1", "slim/slim": "^4.0", "dyorg/slim-token-authentication": "dev-slim4", "slim/psr7": "^0.4.0" }, "require-dev": { "phpunit/phpunit": "^6.0 || ^7.0", "overtrue/phplint": "^1.0", "squizlabs/php_codesniffer": "^3.5" }, "autoload": { "psr-4": { "OpenAPIServer\\": [ "lib/", "src/" ]} }, "autoload-dev": { "psr-4": { "OpenAPIServer\\": "test/" } }, "scripts": { "test": [ "phpunit" ], "test-apis": "phpunit --testsuite Apis", "test-models": "phpunit --testsuite Models", "test-mock": "phpunit --testsuite Mock", "test-utils": "phpunit --testsuite Utils", "phpcs": "phpcs", "phplint": "phplint ./ --exclude=vendor" } }