Commit d52cf5a2 by Carsten Brandt

Fixed sphinx composer.json

parent 83273382
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
"email": "klimov.paul@gmail.com" "email": "klimov.paul@gmail.com"
} }
], ],
"minimum-stability": "dev",
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"ext-pdo": "*", "ext-pdo": "*",
...@@ -25,5 +24,6 @@ ...@@ -25,5 +24,6 @@
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\sphinx\\": "" } "psr-0": { "yii\\sphinx\\": "" }
} },
"target-dir": "yii/sphinx"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment