Skip to content

Commit cfb3ae4

Browse files
committed
fixed dependencies
1 parent dd4f37d commit cfb3ae4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,15 @@
3939
}
4040
],
4141
"require": {
42-
"composer/composer": "1.*",
43-
"fxp/composer-asset-plugin": "1.*",
44-
"yiisoft/yii2": "2.*",
45-
"yiisoft/yii2-debug": "2.*",
46-
"guzzlehttp/guzzle": "6.*"
42+
"composer/composer": "^1.0",
43+
"fxp/composer-asset-plugin": "^1.1",
44+
"yiisoft/yii2": "^2.0",
45+
"yiisoft/yii2-debug": "^2.0",
46+
"guzzlehttp/guzzle": "^6.0"
4747
},
4848
"require-dev": {
4949
"hiqdev/hidev": "dev-master",
5050
"hiqdev/hidev-php": "<2.0",
51-
"hiqdev/hidev-hisite": "dev-master",
5251
"hiqdev/hidev-vendor": "<2.0"
5352
},
5453
"autoload": {

0 commit comments

Comments
 (0)