Skip to content
Snippets Groups Projects
Commit 18a948dc authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Benni Mack
Browse files

[TASK] Require php-webdriver/webdriver for development purposes

command:
composer require --dev php-webdriver/webdriver:^1.8

This version of webdriver contains the newly recommended
UnknownErrorException, that replaces the deprecated
UnknownServerExecption
we used before.

command:
composer require --dev codeception/module-webdriver:^1.0.1

The webdriver package underwent a namechange from "facebook/webdriver"
to "php-webdriver/webdriver". Only "codeception/module-webdriver"
requires this package, so in order to get rid of the old one,
also this dependency needs a raise.

Resolves: #91011
Resolves: #91010
Releases: master
Change-Id: Ia7283105a8307887073b77a697a3f244ac1ba4c1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64127


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent d3709a68
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment