mirror of
https://github.com/jbcr/MinkFacebookWebDriver.git
synced 2026-03-24 00:42:19 +01:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "silverstripe/mink-facebook-web-driver",
|
|
"description": "Mink driver for facebook's webdriver",
|
|
"keywords": [
|
|
"webdriver",
|
|
"javascript",
|
|
"ajax",
|
|
"testing",
|
|
"browser"
|
|
],
|
|
"homepage": "http://mink.behat.org/",
|
|
"type": "mink-driver",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Pete Otaqui",
|
|
"email": "pete@otaqui.com",
|
|
"homepage": "https://github.com/pete-otaqui"
|
|
},
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
},
|
|
{
|
|
"name": "Damian Mooyman",
|
|
"email": "damian@silverstripe.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.3 || ^8.0",
|
|
"behat/mink": "~1.7@dev",
|
|
"php-webdriver/webdriver": "^1.4"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SilverStripe\\MinkFacebookWebDriver\\": "src/"
|
|
}
|
|
}
|
|
}
|