12345678910111213141516171819 |
- {
- "config": {
- "disable-tls": true,
- "secure-http": false
- },
- "require-dev": {
- "phpunit/phpunit": "^5.5"
- },
- "repositories": {
- "packagist": {
- "type": "composer",
- "url": "https://mirrors.aliyun.com/composer"
- }
- },
- "require": {
- "phpdocumentor/phpdocumentor": "2.*",
- "evert/phpdoc-md" : "~0.2.0"
- }
- }
|