-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
41 lines (41 loc) · 1.4 KB
/
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
37
38
39
40
41
{
"name": "kunstmaan/behat-bundle",
"type": "symfony-bundle",
"description": "Extends the MinkContext and adds some additional (sub)contexts like creating a screenshot when a step fails or wait for Ajax to finish before continuing assertPageContainsText()",
"keywords": [ "kunstmaan", "cms", "behat"],
"homepage": "https://github.com/Kunstmaan/KunstmaanBehatBundle",
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2"
},
"require-dev": {
"symfony/http-kernel": "^3.4|^4.4",
"behat/behat": "3.1.0rc1",
"behat/symfony2-extension": "~2.1.1",
"behat/mink": "dev-master",
"behat/mink-browserkit-driver": "dev-master",
"behat/mink-selenium2-driver": "dev-master",
"behat/mink-goutte-driver": "dev-master",
"behat/mink-sahi-driver": "dev-master",
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"symfony/phpunit-bridge": "^5.1",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-0": { "Kunstmaan\\BehatBundle\\": "" }
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "5.10-dev"
}
}
}