forked from K-Phoen/RulerZBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 837 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
{
"name": "kphoen/rulerz-bundle",
"type": "symfony-bundle",
"license": "MIT",
"homepage": "https://github.com/K-Phoen/RulerZBundle",
"description": "Symfony2 Bundle for RulerZ",
"keywords": ["specification", "doctrine", "ruler", "rulerz"],
"authors": [
{
"name": "Kévin Gomez",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "KPhoen\\RulerZBundle\\": "" }
},
"require": {
"kphoen/rulerz": "~0.17,>=0.19.3",
"symfony/validator": "~2.5|~3.0",
"symfony/framework-bundle": "~2.5|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"symfony/phpunit-bridge": "~2.7|~3.0",
"mikey179/vfsStream": "~1.0",
"matthiasnoback/symfony-dependency-injection-test": "~0.7"
}
}