FOSElasticaBundle/composer.json

45 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2012-03-03 17:51:36 +01:00
{
"name": "friendsofsymfony/elastica-bundle",
2012-03-03 17:51:36 +01:00
"type": "symfony-bundle",
"description": "Elasticsearch PHP integration for your Symfony2 project using Elastica",
"keywords": ["doctrine2", "elastica", "elasticsearch", "mongodb", "propel", "search"],
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
2012-03-03 17:51:36 +01:00
"license": "MIT",
"authors": [
2014-06-16 14:33:31 +02:00
{ "name": "FriendsOfSymfony Community", "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors" },
{ "name": "Tim Nagel", "email": "tim@nagel.com.au" },
{ "name": "Richard Miller", "email": "richard.miller@limethinking.co.uk" },
{ "name": "Jeremy Mikola", "email": "jmikola@gmail.com" }
2012-03-03 17:51:36 +01:00
],
"require": {
"php": ">=5.3.2",
2014-03-17 23:10:44 +01:00
"symfony/framework-bundle": "~2.3",
2013-06-06 17:02:55 +02:00
"symfony/console": "~2.1",
"symfony/form": "~2.1",
"symfony/property-access": "~2.2",
2015-01-31 08:24:47 +01:00
"ruflin/elastica": ">=0.90.10.0, <1.5-dev",
2013-05-31 19:16:49 +02:00
"psr/log": "~1.0"
2012-03-03 17:51:36 +01:00
},
"require-dev":{
2014-10-03 00:21:02 +02:00
"doctrine/orm": "~2.4",
2015-03-12 10:35:25 +01:00
"doctrine/doctrine-bundle": "~1.2",
2014-06-23 15:05:57 +02:00
"jms/serializer-bundle": "@stable",
2014-06-16 14:33:31 +02:00
"phpunit/phpunit": "~4.1",
2013-03-04 21:20:55 +01:00
"propel/propel1": "1.6.*",
2015-03-12 10:35:25 +01:00
"pagerfanta/pagerfanta": "~1.0",
2014-06-08 14:35:38 +02:00
"knplabs/knp-components": "~1.2",
"knplabs/knp-paginator-bundle": "~2.4",
2014-06-08 14:35:38 +02:00
"symfony/browser-kit" : "~2.3",
"symfony/expression-language" : "~2.4",
"symfony/twig-bundle": "~2.3"
},
2012-03-03 17:51:36 +01:00
"autoload": {
2014-06-16 14:33:31 +02:00
"psr-4": { "FOS\\ElasticaBundle\\": "" }
2012-03-03 17:51:36 +01:00
},
"extra": {
"branch-alias": {
2015-03-12 10:35:25 +01:00
"dev-master": "3.2.x-dev"
}
}
}