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,6 +5,9 @@ | ||
5 | "homepage": "http://www.yiiframework.com/", | 5 | "homepage": "http://www.yiiframework.com/", |
6 | "type": "project", | 6 | "type": "project", |
7 | "license": "BSD-3-Clause", | 7 | "license": "BSD-3-Clause", |
8 | + "platform": { | ||
9 | + "php": "5.5.0" | ||
10 | + }, | ||
8 | "support": { | 11 | "support": { |
9 | "issues": "https://github.com/yiisoft/yii2/issues?state=open", | 12 | "issues": "https://github.com/yiisoft/yii2/issues?state=open", |
10 | "forum": "http://www.yiiframework.com/forum/", | 13 | "forum": "http://www.yiiframework.com/forum/", |
@@ -35,12 +38,7 @@ | @@ -35,12 +38,7 @@ | ||
35 | "unclead/yii2-multiple-input": "~1.0", | 38 | "unclead/yii2-multiple-input": "~1.0", |
36 | "codeception/codeception":"*", | 39 | "codeception/codeception":"*", |
37 | "phpmailer/phpmailer": "^5.2", | 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 | "require-dev": { | 43 | "require-dev": { |
46 | "yiisoft/yii2-codeception": "*", | 44 | "yiisoft/yii2-codeception": "*", |