We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e953dd3 commit 1db73dfCopy full SHA for 1db73df
.appveyor.yml
@@ -49,7 +49,7 @@ install:
49
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
50
- git config --global user.email ""
51
- git config --global user.name "Symfony"
52
- - php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
+ - php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit src\Symfony\Contracts
53
- SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev
54
- php composer.phar update --no-progress --no-suggest --ansi
55
- php phpunit install
0 commit comments