| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "overtrue/flysystem-qiniu",
- "description": "Flysystem adapter for the Qiniu storage.",
- "require": {
- "php": ">=5.5.9",
- "league/flysystem": "^1.0",
- "qiniu/php-sdk": "^7.2"
- },
- "require-dev": {
- "php": ">=5.6.0",
- "phpunit/phpunit": "~8.0",
- "mockery/mockery": "1.3.1"
- },
- "autoload": {
- "psr-4": {
- "Overtrue\\Flysystem\\Qiniu\\": "src"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Overtrue\\Flysystem\\Qiniu\\Tests\\": "tests"
- }
- },
- "authors": [
- {
- "name": "overtrue",
- "email": "i@overtrue.me"
- }
- ],
- "license": "MIT"
- }
|