Commit e26d0c56940defb599eb0b64fb17675e1c68d2d9

Authored by Yarik
0 parents

first commit

Showing 1 changed file with 43 additions and 0 deletions   Show diff stats
composer.json 0 → 100644
  1 +++ a/composer.json
  1 +{
  2 + "name": "yiisoft/yii2-app-advanced",
  3 + "description": "Yii 2 Advanced Project Template",
  4 + "keywords": ["yii2", "framework", "advanced", "project template"],
  5 + "homepage": "http://www.yiiframework.com/",
  6 + "type": "project",
  7 + "license": "BSD-3-Clause",
  8 + "support": {
  9 + "issues": "https://github.com/yiisoft/yii2/issues?state=open",
  10 + "forum": "http://www.yiiframework.com/forum/",
  11 + "wiki": "http://www.yiiframework.com/wiki/",
  12 + "irc": "irc://irc.freenode.net/yii",
  13 + "source": "https://github.com/yiisoft/yii2"
  14 + },
  15 + "minimum-stability": "stable",
  16 + "require": {
  17 + "php": ">=5.4.0",
  18 + "yiisoft/yii2": "~2.0.6",
  19 + "yiisoft/yii2-bootstrap": "~2.0.0",
  20 + "yiisoft/yii2-swiftmailer": "~2.0.0",
  21 + "insolita/yii2-migration-generator": "~2.2"
  22 + },
  23 + "require-dev": {
  24 + "yiisoft/yii2-debug": "~2.0.0",
  25 + "yiisoft/yii2-gii": "~2.0.0",
  26 + "yiisoft/yii2-faker": "~2.0.0",
  27 +
  28 + "codeception/base": "^2.2.3",
  29 + "codeception/verify": "~0.3.1"
  30 + },
  31 + "config": {
  32 + "process-timeout": 1800
  33 + },
  34 + "extra": {
  35 + "asset-installer-paths": {
  36 + "npm-asset-library": "vendor/npm",
  37 + "bower-asset-library": "vendor/bower"
  38 + }
  39 + },
  40 + "scripts": {
  41 + "post-install-cmd": "php init --env=Development --overwrite=n"
  42 + }
  43 +}
... ...