Files
sugar-cube-client/composer.json
Benjamin Blake 5deac6cf55 Fixed missing enum dependency
Used Taha Amin Ghafuri's (@tahaghafuri ) fork to replace the missing "cedx/enum" package with the "myclabs/php-enum" package
2023-05-18 21:10:14 -06:00

40 lines
1.1 KiB
JSON

{
"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"
}
}