mirror of
				https://gitee.com/zoujingli/ThinkAdmin.git
				synced 2025-11-04 13:42:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			670 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			670 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "qiniu/php-sdk",
 | 
						|
    "type": "library",
 | 
						|
    "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
 | 
						|
    "keywords": ["qiniu", "storage", "sdk", "cloud"],
 | 
						|
    "homepage": "http://developer.qiniu.com/",
 | 
						|
    "license": "MIT",
 | 
						|
    "authors": [
 | 
						|
        {
 | 
						|
            "name": "Qiniu",
 | 
						|
            "email": "sdk@qiniu.com",
 | 
						|
            "homepage": "http://www.qiniu.com"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "require": {
 | 
						|
        "php": ">=5.3.3"
 | 
						|
    },
 | 
						|
    "require-dev": {
 | 
						|
        "phpunit/phpunit": "~4.0",
 | 
						|
        "squizlabs/php_codesniffer": "~2.3"
 | 
						|
    },
 | 
						|
    "autoload": {
 | 
						|
        "psr-4": {"Qiniu\\": "src/Qiniu"},
 | 
						|
        "files": ["src/Qiniu/functions.php"]
 | 
						|
    }
 | 
						|
}
 |