-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 925 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "mdiyakov/doctrine-solr-bundle",
"type": "symfony-bundle",
"description": "Symfony 2 bundle for integration Doctrine entities with Solr",
"keywords": [ "solr", "full-text", "search", "find", "symfony", "index" ],
"license": "MIT",
"authors": [
{
"name": "Mikhail Dyakov",
"email": "m.djakov@gmail.com",
"homepage": "https://www.linkedin.com/in/mihaildyakov/",
"role": "Developer"
}
],
"support": {
"email": "m.djakov@gmail.com"
},
"require": {
"php": "^5.4 || >=7.0 <7.3",
"symfony/framework-bundle": "^2.3 || ^3.0 ",
"doctrine/doctrine-bundle": "^1.5.0",
"doctrine/orm": "~2.4.0 || ~2.5.0",
"symfony/property-access": ">=2.3.0",
"solarium/solarium": "^3.0",
"nelmio/solarium-bundle": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "^4.7||~5"
},
"autoload": {
"psr-4": { "Mdiyakov\\DoctrineSolrBundle\\": "" }
}
}