Update composer.json

This commit is contained in:
李铭昕 2019-08-25 11:47:10 +08:00
parent c1845bd5a5
commit ca2f54895f

View File

@ -272,7 +272,7 @@
"license-check": "docheader check src/ test/",
"cs-fix": "php-cs-fixer fix $1",
"json-fix": "./bin/composer-json-fixer",
"analyze": "phpstan analyse --memory-limit 300M -l 5 -c phpstan.neon ./src/json-rpc"
"analyse": "phpstan analyse --memory-limit 300M -l 5 -c phpstan.neon ./src/json-rpc"
},
"minimum-stability": "dev",
"prefer-stable": true