mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore(deps-dev): bump facebook/webdriver from 1.8.0 to 1.8.1 (#1183)
Bumps [facebook/webdriver](https://github.com/php-webdriver/php-webdriver) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/php-webdriver/php-webdriver/releases) - [Changelog](https://github.com/php-webdriver/php-webdriver/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-webdriver/php-webdriver/compare/1.8.0...1.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
71fe3f1474
commit
774855f54d
1 changed files with 9 additions and 9 deletions
18
composer.lock
generated
18
composer.lock
generated
|
@ -4546,16 +4546,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "facebook/webdriver",
|
"name": "facebook/webdriver",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-webdriver/php-webdriver.git",
|
"url": "https://github.com/php-webdriver/php-webdriver.git",
|
||||||
"reference": "3e33ee3b8a688d719c55acdd7c6788e3006e1d3e"
|
"reference": "262ea0d209c292e0330be1041424887bbbffef04"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3e33ee3b8a688d719c55acdd7c6788e3006e1d3e",
|
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/262ea0d209c292e0330be1041424887bbbffef04",
|
||||||
"reference": "3e33ee3b8a688d719c55acdd7c6788e3006e1d3e",
|
"reference": "262ea0d209c292e0330be1041424887bbbffef04",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -4587,12 +4587,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": [
|
|
||||||
"lib/Exception/TimeoutException.php"
|
|
||||||
],
|
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Facebook\\WebDriver\\": "lib/"
|
"Facebook\\WebDriver\\": "lib/"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib/Exception/TimeoutException.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
|
@ -4608,7 +4608,7 @@
|
||||||
"webdriver"
|
"webdriver"
|
||||||
],
|
],
|
||||||
"abandoned": "php-webdriver/webdriver",
|
"abandoned": "php-webdriver/webdriver",
|
||||||
"time": "2020-02-10T15:04:25+00:00"
|
"time": "2020-02-17T08:14:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "filp/whoops",
|
"name": "filp/whoops",
|
||||||
|
|
Loading…
Reference in a new issue