Skip to content

Commit a0446d8

Browse files
committed
remove webdrivers from composer and use Github provided ones
1 parent ad515d2 commit a0446d8

File tree

3 files changed

+138
-142
lines changed

3 files changed

+138
-142
lines changed

bin/start-selenium

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
#-Dwebdriver.gecko.driver="vendor/bin/geckodriver"
4-
vendor/bin/selenium-server-standalone -p 4444 -Dwebdriver.chrome.driver="vendor/bin/chromedriver" -Dwebdriver.gecko.driver="vendor/bin/geckodriver"
4+
vendor/bin/selenium-server-standalone -p 4444 -Dwebdriver.chrome.driver="/usr/bin/chromedriver" -Dwebdriver.gecko.driver="/usr/bin/geckodriver"

composer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@
123123
"bramley/phplist-plugin-captcha": "dev-master",
124124
"bramley/phplist-plugin-ckeditor": "dev-master",
125125
"bramley/phplist-plugin-segment": "dev-master",
126-
"phplist/phplist-plugin-subjectlineplaceholders": "dev-master",
127-
"enm1989/geckodriver": "^0.20.0",
128-
"enm1989/chromedriver": "^92.0"
126+
"phplist/phplist-plugin-subjectlineplaceholders": "dev-master"
129127
},
130128
"require-dev": {
131129
"behat/mink": "@stable",

0 commit comments

Comments
 (0)