12345678910111213141516171819202122232425262728293031 |
- {
- "name": "hyperf/ide-helper",
- "description": "IDE help files for Hyperf.",
- "license": "MIT",
- "keywords": [
- "php",
- "swoole",
- "hyperf",
- "ide-helper"
- ],
- "homepage": "https://hyperf.io",
- "support": {
- "docs": "https://hyperf.wiki",
- "issues": "https://github.com/hyperf/hyperf/issues",
- "pull-request": "https://github.com/hyperf/hyperf/pulls",
- "source": "https://github.com/hyperf/hyperf"
- },
- "autoload-dev": {
- "psr-4": {
- "Hyperf\\IDEHelper\\": "src/"
- }
- },
- "config": {
- "sort-packages": true
- },
- "extra": {
- "branch-alias": {
- "dev-master": "2.2-dev"
- }
- }
- }
|