{ "name": "sitelease/sugar-cube-client", "description": "A sweet Gitea API client for PHP", "homepage": "https://github.com/sitelease/sugar-cube-client", "type": "library", "license": "MIT", "authors": [ {"email": "contact@sabcomputer.com", "name": "SAB International (old)", "homepage": "http://www.sabcomputer.com"}, {"email": "cedric@belin.io", "name": "Cédric Belin (old)", "homepage": "https://belin.io"}, {"email": "ben@sitelease.ca", "name": "Benjamin Blake (current)", "homepage": "https://www.sitelease.ca"} ], "autoload": { "psr-4": {"Gitea\\": "src/"} }, "keywords": [ "api", "client", "git", "gitea", "sugar", "scm", "vcs" ], "require": { "php": ">=7.2.0", "ext-curl": "*", "ext-json": "*", "myclabs/php-enum": "^1.8", "guzzlehttp/guzzle": "~6.0" }, "require-dev": { "phpstan/phpstan": "^0.11.5", "phpunit/phpunit": "^8.1.2" }, "support": { "docs": "https://github.com/sitelease/sugar-cube-client", "issues": "https://github.com/sitelease/sugar-cube-client/issues" } }