Skip to content

Commit

Permalink
Remove known errors section
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jun 20, 2019
1 parent 0bb9eb7 commit 2b49488
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions UPGRADE-1.5.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
# Known errors outside of our control

* `Property "code" does not exist in class "Sylius\Component\Currency\Model\CurrencyInterface"` while clearing the cache:

* Introduced by `symfony/doctrine-bridge v4.3.0`
* Will be fixed in `symfony/doctrine-bridge v4.3.1` ([see the pull request with fix](https://github.com/symfony/symfony/pull/31749))
* Could be avoided by adding a conflict with `symfony/doctrine-bridge v4.3.0` to your `composer.json`:

```json
{
"conflict": {
"symfony/doctrine-bridge": "4.3.0"
}
}
```

* `Argument 1 passed to Sylius\Behat\Context\Api\Admin\ManagingTaxonsContext::__construct() must be an instance of Symfony\Component\HttpKernel\Client, instance of Symfony\Bundle\FrameworkBundle\KernelBrowser given` while running Behat scenarios:

* Introduced by `symfony/framework-bundle v4.3.0`
* Will be fixed in `symfony/framework-bundle v4.3.1` ([see the pull request with fix](https://github.com/symfony/symfony/pull/31881))
* Could be avoided by adding a conflict with `symfony/framework-bundle v4.3.0` to your `composer.json`:

```json
{
"conflict": {
"symfony/framework-bundle": "4.3.0"
}
}
```

# UPGRADE FROM `v1.4.X` TO `v1.5.0`

Require upgraded Sylius version using Composer:
Expand Down

0 comments on commit 2b49488

Please sign in to comment.