forked from ddmaster/PostgreSearchBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 705 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ddmaster/postgre-search-bundle",
"type": "symfony-bundle",
"description": "Tools to use full-text search PostgreSQL in Doctrine.",
"keywords": ["doctrine2", "symfony2", "search", "postgresql"],
"homepage": "https://github.com/ddmaster/PostgreSearchBundle",
"license": "MIT",
"authors": [
{
"name": "Gruzd Sergey",
"homepage": "https://github.com/ddmaster"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.1",
"doctrine/orm": ">=2.2.3"
},
"autoload": {
"psr-0": { "Ddmaster\\PostgreSearchBundle": "" }
},
"target-dir": "Ddmaster/PostgreSearchBundle"
}