{ "name": "wiosna/limesurvey-api-client", "description": "Client of LimeSurvey API", "type": "library", "license": "MIT", "version": "0.0.11", "authors": [ { "name": "Meritoo", "email": "github@meritoo.pl" } ], "require": { "php": ">=5.6", "fguillot/json-rpc": "^1.2", "wiosna/common-library": "~0.0.1" }, "require-dev": { "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^2.9", "phpmd/phpmd": "^2.6", "sebastian/phpcpd": "^3.0", "pdepend/pdepend": "^2.5", "phploc/phploc": "^4.0", "friendsofphp/php-cs-fixer": "^2.6" }, "autoload": { "psr-4": { "Meritoo\\LimeSurvey\\ApiClient\\": "src/" } }, "autoload-dev": { "psr-4": { "Meritoo\\LimeSurvey\\Test\\ApiClient\\": "tests/" } }, "config": { "sort-packages": true }, "repositories": [ { "type": "vcs", "url": "https://github.com/wiosna-dev/common-library" } ] }