summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock56
1 files changed, 54 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index e0cf0854..6f69ce8d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "a760e82b3a8a4b55a03fec12985918d3",
- "content-hash": "8a6c14386339bd664a33692967ba9691",
+ "hash": "8fe72dcdfcf230bb9e81e5ad2a2e4b75",
+ "content-hash": "7196dbb247307acaab30365ad366758e",
"packages": [],
"packages-dev": [
{
@@ -2806,6 +2806,58 @@
"time": "2016-01-04 18:41:30"
},
{
+ "name": "sauce/connect",
+ "version": "v3.1.32",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/saucelabs/sauce-connect-composer.git",
+ "reference": "936388a5b03d05e2fdc9e5c725eb93511a32ae4c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/saucelabs/sauce-connect-composer/zipball/936388a5b03d05e2fdc9e5c725eb93511a32ae4c",
+ "reference": "936388a5b03d05e2fdc9e5c725eb93511a32ae4c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "sauce/sausage": ">=0.5.0"
+ },
+ "bin": [
+ "bin/sauce_connect"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Sauce": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan Lipps",
+ "email": "jlipps@saucelabs.com",
+ "homepage": "http://www.saucelabs.com",
+ "role": "Lead"
+ }
+ ],
+ "description": "PHP package for the Sauce Connect Java binary",
+ "homepage": "http://github.com/saucelabs/sauce-connect-composer",
+ "keywords": [
+ "Sauce",
+ "SauceLabs",
+ "api",
+ "phpunit",
+ "selenium",
+ "testing",
+ "tunnel"
+ ],
+ "time": "2014-04-11 17:57:12"
+ },
+ {
"name": "sauce/sausage",
"version": "0.17.0",
"source": {