Commit a2aae8fa9e18a467d715d484f04131f2faac7c21

Authored by Karnovsky A
1 parent 181169e7

-

Showing 1 changed file with 7 additions and 4 deletions   Show diff stats
composer.json
... ... @@ -5,9 +5,6 @@
5 5 "homepage": "http://www.yiiframework.com/",
6 6 "type": "project",
7 7 "license": "BSD-3-Clause",
8   - "platform": {
9   - "php": "5.5.0"
10   - },
11 8 "support": {
12 9 "issues": "https://github.com/yiisoft/yii2/issues?state=open",
13 10 "forum": "http://www.yiiframework.com/forum/",
... ... @@ -38,7 +35,13 @@
38 35 "unclead/yii2-multiple-input": "~1.0",
39 36 "codeception/codeception":"*",
40 37 "phpmailer/phpmailer": "^5.2",
41   - "league/oauth2-client": "^1.3"
  38 + "league/oauth2-client": "^1.3",
  39 + "kartik-v/yii2-grid": "@dev",
  40 + "kartik-v/yii2-mpdf": "@dev",
  41 + "kartik-v/yii2-widget-fileinput": "@dev",
  42 + "maxmirazh33/yii2-uploadable-cropable-image": "*",
  43 + "iutbay/yii2-imagecache": "*",
  44 + "yurkinx/yii2-image": "dev-master"
42 45 },
43 46 "require-dev": {
44 47 "yiisoft/yii2-codeception": "*",
... ...