-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
56 lines (55 loc) · 1.61 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "saucey",
"type": "library",
"license": "MIT",
"description": "An Automation framework written in mainly PHP, using Behat and Mink. Designed to kick-ass and take names.",
"keywords": [
"automation",
"bdd",
"testing",
"selenium",
"saucelabs",
"phantomJS",
"click xy coordinates"
],
"homepage": "http://saucey.io",
"authors": [
{
"name": "Sajjad Hossain",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"codegyre/robo": "*",
"phpunit/phpunit": "~4.6",
"behat/behat": "3.0.*",
"doctrine/doctrine-bundle": "*",
"doctrine/data-fixtures": "*",
"kriswallsmith/buzz": "~0.5",
"behat/mink-extension": "~2.0@dev",
"behat/mink-browserkit-driver": "~1.1@dev",
"behat/mink-goutte-driver": "*@dev",
"behat/mink-selenium2-driver": "1.*",
"guzzlehttp/guzzle": "4.*",
"chartinger/behat-twig-report-extension": "*@dev",
"behat/web-api-extension": "~1.0@dev",
"behat/mink-zombie-driver": "~1.2",
"bossa/phpspec2-expect": "~1.0",
"sauce/sausage": ">=0.5",
"sauce/connect": ">=3.0",
"saucey/framework": "dev-master",
"justinrainbow/json-schema": "~1.4",
"symfony/property-access": "~2.3",
"behatch/contexts": "*",
"laravel/homestead": "dev-master",
"laravel/lumen": "dev-master"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/"
},
"require-dev": {
"teaandcode/behat-guzzle-extension": "0.3.*@dev"
}
}