We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869794a commit df1a7fbCopy full SHA for df1a7fb
.appveyor.yml
@@ -13,7 +13,7 @@ install:
13
- ps: Set-Service wuauserv -StartupType Manual
14
- cinst -y php composer
15
- refreshenv
16
- - cd c:\tools\php73
+ - cd c:\tools\php74
17
- copy php.ini-production php.ini /Y
18
- echo date.timezone="UTC" >> php.ini
19
- echo extension_dir=ext >> php.ini
@@ -22,7 +22,8 @@ install:
22
- echo extension=php_intl.dll >> php.ini
23
- echo memory_limit=1G >> php.ini
24
- cd %APPVEYOR_BUILD_FOLDER%
25
- - composer install --no-progress --no-suggest
+ - composer install --no-progress --no-suggest --no-progress --prefer-dist
26
+ - composer show
27
28
test_script:
29
0 commit comments