28 lines
No EOL
430 B
JSON
28 lines
No EOL
430 B
JSON
{
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric G. MARAND",
|
|
"email": "fgm@osinet.fr"
|
|
}
|
|
],
|
|
|
|
"autoload": {
|
|
"psr-4": {
|
|
"" : "features/extensions"
|
|
}
|
|
},
|
|
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
|
|
"description": "Sample Behat extension",
|
|
"name": "osinet/demo-behat-extension",
|
|
"license": "GPL-3.0+",
|
|
"minimum-stability": "dev",
|
|
|
|
"require": {
|
|
"behat/behat": "~2.5",
|
|
"behat/mink": "*"
|
|
}
|
|
} |