forked from K-Phoen/RulerZBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 905 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
{
"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": "contact@kevingomez.fr"
}
],
"autoload": {
"psr-4": { "KPhoen\\RulerZBundle\\": "" }
},
"require": {
"kphoen/rulerz": "~0.17,>=0.19.3",
"kphoen/rulerz-bridge": "^1.0",
"symfony/validator": "^2.8|^3.0",
"symfony/framework-bundle": "^2.8|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"symfony/phpunit-bridge": "^2.7|^3.0",
"mikey179/vfsStream": "~1.0",
"matthiasnoback/symfony-dependency-injection-test": "~0.7",
"liip/rmt": "^1.2"
}
}