{
  "name": "swoft/swoft",
  "type": "project",
  "keywords": [
    "php",
    "swoole",
    "swoft"
  ],
  "description": "Modern High performance AOP and Coroutine PHP Framework, base on Swoole",
  "license": "Apache-2.0",
  "require": {
    "php": ">7.1",
    "ext-pdo": "*",
    "ext-json": "*",
    "ext-swoole": ">=4.3",
    "swoft/component": "dev-master as 2.0",
    "swoft/ext": "dev-master as 2.0"
  },
  "require-dev": {
    "swoft/swoole-ide-helper": "dev-master",
    "phpunit/phpunit": "^7.5"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    },
    "files": [
      "app/Helper/Functions.php"
    ]
  },
  "autoload-dev": {
    "psr-4": {
      "SwoftTest\\": "./test/"
    }
  },
  "scripts": {
    "post-root-package-install": [
      "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
    ],
    "test": "./vendor/bin/phpunit -c phpunit.xml",
    "cs-fix": "./vendor/bin/php-cs-fixer fix $1"
  },
  "repositories": {
    "packagist": {
      "type": "composer",
      "url": "https://mirrors.aliyun.com/composer/"
    },
    "0": {
      "type": "git",
      "url": " [email protected]:swoft-cloud/swoft-component.git"
    },
    "1": {
      "type": "git",
      "url": " [email protected]:swoft-cloud/swoft-ext.git"
    }
  }
}
 
  |