Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
{
|
|
|
|
"name": "behat/mink-browserkit-driver",
|
|
|
|
"description": "Symfony2 BrowserKit driver for Mink framework",
|
|
|
|
"keywords": ["Symfony2", "Mink", "testing", "browser"],
|
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"type": "mink-driver",
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"require": {
|
2015-10-05 06:32:44 +00:00
|
|
|
"php": ">=5.3.6",
|
|
|
|
"behat/mink": "~1.7@dev",
|
|
|
|
"symfony/browser-kit": "~2.3",
|
|
|
|
"symfony/dom-crawler": "~2.3"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"require-dev": {
|
2015-10-05 06:32:44 +00:00
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"silex/silex": "~1.2"
|
|
|
|
},
|
|
|
|
|
|
|
|
"autoload": {
|
2015-10-05 06:32:44 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Behat\\Mink\\Driver\\": "src/"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Behat\\Mink\\Tests\\Driver\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-05 06:32:44 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|