Skip to content

Commit

Permalink
bug Sylius#9971 Make build great again (one more time) (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.3 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.3
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | related with Sylius#9970
| License         | MIT

As in the previous PR, we need to disable (for now) some specific versions of some specific packages. `"symfony/symfony": "3.4.7 || 4.0.7 || 4.1.8"` does not work anymore, as we don't use `symfony/symfony` since **Sylius 1.3** :)

Commits
-------

c8be51a Make build great again (one more time)
  • Loading branch information
Zales0123 authored Nov 27, 2018
2 parents b9c31c4 + c8be51a commit 4166cf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,11 @@
"sylius/user-bundle": "self.version"
},
"conflict": {
"symfony/symfony": "3.4.7 || 4.0.7 || 4.1.8"
"symfony/symfony": "3.4.7 || 4.0.7 || 4.1.8",
"symfony/browser-kit": "4.1.8",
"symfony/dependency-injection": "4.1.8",
"symfony/dom-crawler": "4.1.8",
"symfony/routing": "4.1.8"
},
"suggest": {
"ext-iconv": "For better performance than using Symfony Polyfill Component",
Expand Down

0 comments on commit 4166cf8

Please sign in to comment.