mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 03:52:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			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": "*",
 | |
|     "cedx/enum": "^7.4.0",
 | |
|     "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"
 | |
|   }
 | |
| }
 |