| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "yiisoft/yii2-elasticsearch",
- "description": "Elasticsearch integration and ActiveRecord for the Yii framework",
- "keywords": ["yii2", "elasticsearch", "active-record", "search", "fulltext"],
- "type": "yii2-extension",
- "license": "BSD-3-Clause",
- "support": {
- "issues": "https://github.com/yiisoft/yii2-elasticsearch/issues",
- "forum": "http://www.yiiframework.com/forum/",
- "wiki": "http://www.yiiframework.com/wiki/",
- "irc": "irc://irc.freenode.net/yii",
- "source": "https://github.com/yiisoft/yii2-elasticsearch"
- },
- "authors": [
- {
- "name": "Carsten Brandt",
- "email": "mail@cebe.cc"
- }
- ],
- "require": {
- "yiisoft/yii2": "~2.0.14",
- "ext-curl": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "paragonie/random_compat": ">=1"
- },
- "require-dev": {
- "phpunit/phpunit": "4.8.27|~5.7.21|^6.2"
- },
- "autoload": {
- "psr-4": { "yii\\elasticsearch\\": "" }
- },
- "repositories": [
- {
- "type": "composer",
- "url": "https://asset-packagist.org"
- }
- ],
- "extra": {
- "branch-alias": {
- "dev-master": "2.1.x-dev"
- }
- }
- }
|