Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Oct 5, 2020
1 parent f31c365 commit a550d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install:
- IF %PHP%==1 echo openssl.cafile=c:\php\cacert.pem >> php.ini
- cd C:\projects\gaufrette
- curl -fsSL -o composer.phar https://getcomposer.org/composer.phar
- php composer.phar require --no-update aws/aws-sdk-php:^3.158 rackspace/php-opencloud:^1.9.2 google/apiclient:^1.1.3 doctrine/dbal:^2.3 league/flysystem:^1.0 microsoft/azure-storage-blob:^1.0 phpseclib/phpseclib:^2.0 mongodb/mongodb:^1.1 symfony/event-dispatcher:^4.4
- php composer.phar require --no-update async-aws/simple-s3:^0.1.1 aws/aws-sdk-php:^3.158 rackspace/php-opencloud:^1.9.2 google/apiclient:^1.1.3 doctrine/dbal:^2.3 league/flysystem:^1.0 microsoft/azure-storage-blob:^1.0 phpseclib/phpseclib:^2.0 mongodb/mongodb:^1.1 symfony/event-dispatcher:^4.4
- php composer.phar update --prefer-dist --no-interaction --no-progress --no-suggest --ansi

test_script:
Expand Down

0 comments on commit a550d34

Please sign in to comment.