{ "name": "cijber/php-gitlab-api-async", "description": "An asynchronous implementation of the Gitlab API in PHP, using asynchronous requests/promises to do all of it’s I/O.", "type": "library", "require-dev": { "react/http-client": "^0.5.9", "php-http/react-adapter": "^2.3", "php-http/mock-client": "^1.3", "phpunit/phpunit": "^8.3" }, "license": "GPL 3.0", "require": { "php-http/async-client-implementation": "^1.0", "php": "^7.3", "symfony/options-resolver": "^4.3", "ext-json": "*", "php-http/message": "^1.8" }, "autoload": { "psr-4": { "Gitlab\\": "lib/Gitlab/" } }, "autoload-dev": { "psr-4": { "Gitlab\\Tests\\": "test/Gitlab/Tests/" } } }