-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
34 lines (34 loc) · 958 Bytes
/
composer.json
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
34
{
"name": "retentio/boomgo",
"type": "library",
"description": "Lightweight and straightforward PHP ODM for MongoDB",
"keywords": ["mongodb", "odm", "php"],
"time": "2012-01-01",
"homepage": "https://github.com/Retentio/Boomgo",
"license": "MIT",
"authors": [
{
"name": "Ludovic Fleury",
"email": "[email protected]",
"homepage": "https://github.com/ludofleury"
},
{
"name": "Contributors",
"homepage": "https://github.com/Retentio/Boomgo/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/finder": "~2.2.0",
"symfony/console": "~2.2.0",
"cedriclombardot/twig-generator": "dev-master"
},
"require-dev": {
"mageekguy/atoum": "dev-master"
},
"autoload": {
"psr-0": { "Boomgo": "src/" }
},
"bin": ["bin/boomgo"]
}