-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 1.04 KB
/
composer.json
File metadata and controls
32 lines (32 loc) · 1.04 KB
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": "genesis/sql-data-mods",
"type": "behat-extension",
"description": "SQL/PDO extension - extending capabilities provided by the original SQL API extension.",
"keywords": ["web", "test", "browser", "pdo", "behat", "sql", "testing", "bdd", "database", "mysql", "data"],
"license": "MIT",
"authors": [
{
"name": "Abdul Wahhab Qureshi",
"email": "its.inevitable@hotmail.com"
}
],
"require": {
"genesis/behat-sql-extension": "~6.4",
"php": "~5.5|~7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"behat/behat": "^3.0",
"ciaranmcnulty/behat-localwebserverextension": "^1.1",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"genesis/behat-fail-aid": "^1.3"
},
"autoload": {
"psr-4": {
"Genesis\\SQLExtensionWrapper\\": "src/",
"Genesis\\SQLExtensionWrapper\\Tests\\": "tests/",
"DataMod\\": "features/bootstrap/DataMod/"
}
}
}