There was an error while loading. Please reload this page.
1 parent 587c9ca commit f9aae4eCopy full SHA for f9aae4e
.appveyor.yml
@@ -50,11 +50,11 @@ install:
50
- cd C:\projects\filesystem
51
- ps: >-
52
If ($env:php_ver_target -ne "8.0.0") {
53
- appveyor-retry composer update --prefer-stable --no-progress
+ composer update --prefer-stable --no-progress
54
}
55
56
If ($env:php_ver_target -eq "8.0.0") {
57
- appveyor-retry composer update --prefer-stable --no-progress --ignore-platform-req=php
+ composer update --prefer-stable --no-progress --ignore-platform-req=php
58
59
60
0 commit comments