-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 991 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
{
"name": "kaliber5/behat-bundle",
"description": "Support for Behat tests",
"type": "symfony-bundle",
"authors": [
{
"name": "Andreas Schacht",
"email": "schacht@kaliber5.de"
},
{
"name": "Simon Ihmig",
"email": "ihmig@kaliber5.de"
}
],
"require": {
"php": "^7.4 || ^8.0",
"behat/behat" : "^3.4",
"friends-of-behat/mink": "1.10.0",
"friends-of-behat/mink-browserkit-driver": "^1.6.1",
"friends-of-behat/mink-extension": "^2.6.1",
"friends-of-behat/symfony-extension": "^2.3.1",
"coduo/php-matcher": "^2.0|^3.0|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
"hautelook/alice-bundle": "^2.0",
"doctrine/data-fixtures": "^1.3|^2.0",
"doctrine/doctrine-bundle": "^1.4|^2.0",
"doctrine/orm": "^2.6"
},
"autoload": {
"psr-4": { "Kaliber5\\BehatBundle\\": "" }
}
}