forked from macintoshplus/behat-lambdatest-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 952 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
33
34
35
36
{
"name": "macintoshplus/behat-lambdatest-extension",
"license": "MIT",
"description": "Extends the Selenium2 Extension to use Lambdatest browser. Service provider https://lambdatest.com",
"keywords": ["selenium", "webdriver", "javascript", "ajax", "testing", "browser", "lambdatest"],
"authors": [
{
"email": "[email protected]",
"name": "macintoshplus",
"homepage": "https://nahan.fr",
"role": "owner"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jbcr/MinkFacebookWebDriver.git"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"behat/mink-selenium2-driver": "^1.0||^2.0.x-dev",
"silverstripe/mink-facebook-web-driver": "1.x-dev",
"behat/mink-extension": "^2.0",
"behat/behat": "^3.0"
},
"autoload": {
"psr-4": {
"Macintoshplus\\Lambdatest\\": "src/"
}
},
"config": {
"sort-packages": true
}
}