We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0895920 commit 47bba89Copy full SHA for 47bba89
2 files changed
.github/workflows/tests.yml
@@ -38,6 +38,8 @@ jobs:
38
39
- name: Install dependencies
40
run: |
41
+ composer self-update
42
+ composer config --global github-oauth.github.com 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
43
composer update --no-interaction --prefer-dist
44
45
- name: Setup Mink test server
composer.json
@@ -18,11 +18,17 @@
18
"homepage": "http://everzet.com"
19
}
20
],
21
+ "repositories": [
22
+ {
23
+ "type": "vcs",
24
+ "url": "https://github.com/mvorisek/php-webdriver.git"
25
+ }
26
+ ],
27
"require": {
28
"php": ">=7.2",
29
"ext-json": "*",
30
"behat/mink": "^1.9@dev",
- "instaclick/php-webdriver": "^1.4.13"
31
+ "instaclick/php-webdriver": "dev-unserialize_for_all_curl_requests as 1.4.14"
32
},
33
"require-dev": {
34
"mink/driver-testsuite": "dev-master",
0 commit comments