Fixed sphinx extension composer.json

This commit is contained in:
Alexander Kochetov
2015-02-26 04:22:11 +03:00
parent b2b5e27c1b
commit a993431bf3

View File

@ -18,7 +18,7 @@
} }
], ],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "~2.0.0",
"ext-pdo": "*", "ext-pdo": "*",
"ext-pdo_mysql": "*" "ext-pdo_mysql": "*"
}, },