File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ install:
49
49
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
50
50
- git config --global user.email ""
51
51
- git config --global user.name "Symfony"
52
- - php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
52
+ - php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit src\Symfony\Contracts
53
53
- SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev
54
54
- php composer.phar update --no-progress --no-suggest --ansi
55
55
- php phpunit install
Original file line number Diff line number Diff line change 46
46
"name" : " phpunit/phpunit" ,
47
47
"url" : " https://github.com/sebastianbergmann/phpunit"
48
48
}
49
- <<<<<<< HEAD
50
- },
51
- "extra" : {
52
- "branch-version" : " 5.1-dev"
53
- }
54
- =======
55
49
}
56
- >>>>>>> 4.4
57
50
}
Original file line number Diff line number Diff line change 29
29
]
30
30
},
31
31
"minimum-stability" : " dev" ,
32
- <<<<<<< HEAD:src/Symfony/Component/Notifier/composer.json
33
32
"extra" : {
34
33
"branch-version" : " 5.1-dev"
35
34
}
36
- =======
37
- "extra" : {
38
- "branch-version" : " 5.1-dev"
39
- }
40
- >>>>>>> 4.4:src/Symfony/Component/Debug/composer.json
41
35
}
You can’t perform that action at this time.
0 commit comments