Commit fe81463c7150fcce77f514066ac97c794a683eb2
1 parent
e2651dcd
composer.json
Showing
1 changed file
with
4 additions
and
6 deletions
Show diff stats
composer.json
... | ... | @@ -5,6 +5,9 @@ |
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 | + }, | |
8 | 11 | "support": { |
9 | 12 | "issues": "https://github.com/yiisoft/yii2/issues?state=open", |
10 | 13 | "forum": "http://www.yiiframework.com/forum/", |
... | ... | @@ -35,12 +38,7 @@ |
35 | 38 | "unclead/yii2-multiple-input": "~1.0", |
36 | 39 | "codeception/codeception":"*", |
37 | 40 | "phpmailer/phpmailer": "^5.2", |
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": "*" | |
41 | + "league/oauth2-client": "^1.3" | |
44 | 42 | }, |
45 | 43 | "require-dev": { |
46 | 44 | "yiisoft/yii2-codeception": "*", | ... | ... |