From 7f08782a97dfbec70d7baf372ede31f7f2d272ac Mon Sep 17 00:00:00 2001 From: Lewis Wright Date: Tue, 1 Aug 2023 21:05:02 +0100 Subject: [PATCH] Add dbrekelmans/bdi for driver installation --- composer.json | 3 ++- composer.lock | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3219720..3216d51 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "require-dev": { "phpunit/phpunit": "^9.6", "symfony/panther": "^1.1", - "carbonate/sdk": "dev-master" + "carbonate/sdk": "dev-master", + "dbrekelmans/bdi": "^1.0" } } diff --git a/composer.lock b/composer.lock index 6c2a938..2ddb999 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "23a3acde8b46ab60a21aca70f98e3436", + "content-hash": "fab134923a3ad4eecef88fe9c47f452a", "packages": [], "packages-dev": [ { @@ -51,6 +51,55 @@ }, "time": "2023-06-24T21:56:14+00:00" }, + { + "name": "dbrekelmans/bdi", + "version": "1.0.4", + "source": { + "type": "git", + "url": "https://github.com/dbrekelmans/bdi.git", + "reference": "41f42576647789d15259baa7931e3928273940a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dbrekelmans/bdi/zipball/41f42576647789d15259baa7931e3928273940a2", + "reference": "41f42576647789d15259baa7931e3928273940a2", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-zip": "*", + "ext-zlib": "*", + "php": "^7.2|^8.0" + }, + "bin": [ + "bdi", + "bdi.phar" + ], + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Daniƫl Brekelmans", + "homepage": "https://github.com/dbrekelmans" + }, + { + "name": "Contributors", + "homepage": "https://github.com/dbrekelmans/bdi/graphs/contributors" + } + ], + "description": "PHAR distribution of dbrekelmans/browser-driver-installer.", + "homepage": "https://github.com/dbrekelmans/bdi", + "keywords": [ + "browser-driver-installer" + ], + "support": { + "source": "https://github.com/dbrekelmans/bdi/tree/1.0.4" + }, + "time": "2023-01-22T17:23:00+00:00" + }, { "name": "doctrine/instantiator", "version": "1.5.0",