fix
Showing
... | ... | @@ -9,6 +9,28 @@ |
"name": "Zachary Tong" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.0", | ||
"ext-json": ">=1.3.7", | ||
"guzzlehttp/ringphp_33cn": "@dev", | ||
"psr/log": "~1.0" | ||
}, | ||
"require-dev": { | ||
"cpliakas/git-wrapper": "~1.0", | ||
"doctrine/inflector": "^1.1", | ||
"mockery/mockery": "0.9.4", | ||
"phpstan/phpstan-shim": "0.8.3", | ||
"phpunit/phpunit": "6.3.0", | ||
"squizlabs/php_codesniffer": "3.0.2", | ||
"symfony/finder": "^2.8", | ||
"symfony/yaml": "^2.8" | ||
}, | ||
"repositories": { | ||
"guzzlehttp/ringphp_33cn": { | ||
"type": "git", | ||
"url": "git@gitlab.33.cn:_site-res/ringphp_33cn.git" | ||
} | ||
}, | ||
"suggest": { | ||
"ext-curl": "*", | ||
"monolog/monolog": "Allows for client-level logging and tracing" | ||
... | ... |
Please
register
or
sign in
to comment