Skip to content

Commit 59db413

Browse files
Merge branch '4.4' into 5.1
* 4.4: Fix merge
2 parents e95f87d + 1db73df commit 59db413

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
5050
- git config --global user.email ""
5151
- 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
5353
- SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev
5454
- php composer.phar update --no-progress --no-suggest --ansi
5555
- php phpunit install

src/Symfony/Bridge/PhpUnit/composer.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,5 @@
4646
"name": "phpunit/phpunit",
4747
"url": "https://github.com/sebastianbergmann/phpunit"
4848
}
49-
<<<<<<< HEAD
50-
},
51-
"extra": {
52-
"branch-version": "5.1-dev"
53-
}
54-
=======
5549
}
56-
>>>>>>> 4.4
5750
}

src/Symfony/Component/Notifier/composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
]
3030
},
3131
"minimum-stability": "dev",
32-
<<<<<<< HEAD:src/Symfony/Component/Notifier/composer.json
3332
"extra": {
3433
"branch-version": "5.1-dev"
3534
}
36-
=======
37-
"extra": {
38-
"branch-version": "5.1-dev"
39-
}
40-
>>>>>>> 4.4:src/Symfony/Component/Debug/composer.json
4135
}

0 commit comments

Comments
 (0)