-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
36 lines (36 loc) · 1002 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
35
36
{
"name": "halleck45/bdd-wizard",
"description": "GUI for Behavior Driven Development",
"minimum-stability": "dev",
"license": "mit",
"authors": [
{
"name": "Jean-François Lépine",
"email": "[email protected]",
"homepage": "https://www.twitter.com/Halleck45",
"role": "Copyright Holder"
}
],
"autoload": {
"psr-0": {
"": "./src/",
"Behat\\WizardExtension": "./src/"
}
},
"require": {
"silex/silex": "v1.1.2",
"behat/gherkin": "v2.3",
"symfony/finder": "v2.4.2",
"symfony/dependency-injection": "v2.4.2",
"twig/twig": "*",
"symfony/twig-bridge": "v2.4.2",
"behat/behat": "*",
"twig/extensions": "v1.0.1",
"symfony/icu": "v1.2.0",
"symfony/serializer": "v2.4.2",
"symfony/console": "v2.4.2"
},
"require-dev": {
"phpunit/phpunit": "3.7.32"
}
}