-
Notifications
You must be signed in to change notification settings - Fork 27
/
composer.json
33 lines (33 loc) · 945 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": "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\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"require": {
"php": ">=7.1",
"kphoen/rulerz": "^1.0",
"kphoen/rulerz-bridge": "^1.0",
"symfony/framework-bundle": "^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"symfony/phpunit-bridge": "^3.0|^4.0",
"mikey179/vfsStream": "^1.6",
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"liip/rmt": "^1.2"
}
}