×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
1
 
0
Language: Text
Posted by: Dmitriy Lanets
Added: Nov 24, 2016 7:54 AM
Views: 2171
Tags: no tags
  1. {
  2.     "name": "zelenin/yii2-app",
  3.     "description": "Yii 2 app",
  4.     "version": "0.0.3",
  5.     "type": "project",
  6.     "keywords": ["yii2"],
  7.     "homepage": "https://github.com/zelenin/yii2-app",
  8.     "time": "2014-05-31",
  9.     "license": "MIT",
  10.     "minimum-stability": "dev",
  11.     "require": {
  12.         "yiisoft/yii2": "*",
  13.         "yiisoft/yii2-authclient": "*",
  14.         "yiisoft/yii2-bootstrap": "*",
  15.         "yiisoft/yii2-imagine": "*",
  16.         "yiisoft/yii2-jui": "*",
  17.         "yiisoft/yii2-swiftmailer": "*",
  18.         "yiisoft/yii2-twig": "*"
  19.     },
  20.     "require-dev": {
  21.         "yiisoft/yii2-debug": "*",
  22.         "yiisoft/yii2-gii": "*"
  23.     },
  24.     "scripts": {
  25.         "post-create-project-cmd": ["yii\\composer\\Installer::setPermission"],
  26.         "post-install-cmd": ["yii\\composer\\Installer::setPermission"],
  27.         "post-update-cmd": ["yii\\composer\\Installer::setPermission"]
  28.     },
  29.     "config": {
  30.         "preferred-install": "dist",
  31.         "process-timeout": 1800
  32.     }
  33. }