File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3838
3939 - name : Install dependencies
4040 run : |
41+ composer self-update
42+ composer config --global github-oauth.github.com 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
4143 composer update --no-interaction --prefer-dist
4244
4345 - name : Setup Mink test server
Original file line number Diff line number Diff line change 1818 "homepage" : " http://everzet.com"
1919 }
2020 ],
21+ "repositories" : [
22+ {
23+ "type" : " vcs" ,
24+ "url" : " https://github.com/mvorisek/php-webdriver.git"
25+ }
26+ ],
2127 "require" : {
2228 "php" : " >=7.2" ,
2329 "ext-json" : " *" ,
2430 "behat/mink" : " ^1.9@dev" ,
25- "instaclick/php-webdriver" : " ^ 1.4.13 "
31+ "instaclick/php-webdriver" : " dev-unserialize_for_all_curl_requests as 1.4.14 "
2632 },
2733 "require-dev" : {
2834 "mink/driver-testsuite" : " dev-master" ,
You can’t perform that action at this time.
0 commit comments