mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 12:02:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "description": "Gitea client library.",
 | |
|   "homepage": "https://github.com/sab-international/gitea.php",
 | |
|   "license": "MIT",
 | |
|   "name": "sab-international/gitea",
 | |
|   "type": "library",
 | |
|   "authors": [{
 | |
|     "email": "contact@sabcomputer.com",
 | |
|     "name": "SAB International"
 | |
|   }],
 | |
|   "autoload": {
 | |
|     "psr-4": {"Gitea\\": "lib/"}
 | |
|   },
 | |
|   "autoload-dev": {
 | |
|     "files": ["vendor/phpunit/phpunit/src/Framework/Assert/Functions.php"],
 | |
|     "psr-4": {"Gitea\\": "test/"}
 | |
|   },
 | |
|   "config": {
 | |
|     "optimize-autoloader": true
 | |
|   },
 | |
|   "keywords": [
 | |
|     "api",
 | |
|     "client",
 | |
|     "git",
 | |
|     "gitea",
 | |
|     "scm",
 | |
|     "vcs"
 | |
|   ],
 | |
|   "require": {
 | |
|     "php": ">=7.2.0",
 | |
|     "ext-curl": "*",
 | |
|     "ext-json": "*",
 | |
|     "cedx/enum": "^7.3.0",
 | |
|     "guzzlehttp/guzzle": "^6.3.3"
 | |
|   },
 | |
|   "require-dev": {
 | |
|     "cedx/coveralls": "^9.0.1",
 | |
|     "consolidation/robo": "^1.3.1",
 | |
|     "henrikbjorn/lurker": "^1.2.0",
 | |
|     "phpstan/phpstan": "^0.10.5",
 | |
|     "phpunit/phpunit": "^7.4.3"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "coverage": "robo coverage",
 | |
|     "test": "robo test"
 | |
|   },
 | |
|   "support": {
 | |
|     "docs": "https://github.com/sab-international/gitea.php/wiki",
 | |
|     "issues": "https://github.com/sab-international/gitea.php/issues"
 | |
|   }
 | |
| }
 |