-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 975 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
{
"name": "ulabox/ruler-bundle",
"type": "symfony-bundle",
"description": "Ruler support for Symfony2.",
"keywords": ["ruler", "rules", "engine"],
"homepage": "https://github.com/ulabox/Ruler",
"license": "MIT",
"authors": [
{
"name": "Ivannis Suárez Jérez",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"doctrine/orm": "~2.3",
"stof/doctrine-extensions-bundle": "@stable",
"white-october/pagerfanta-bundle": "@stable",
"ruler/ruler": "@stable"
},
"require-dev": {
"phpspec/phpspec2": "dev-develop",
"phpspec/php-diff": "dev-master"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Ulabox\\Bundle\\RulerBundle": "" }
},
"target-dir": "Ulabox/Bundle/RulerBundle"
}