mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '2.0' into api-platform-3
* 2.0: Add ignore parse errors to composer require checker Update README.md
This commit is contained in:
commit
6d3290f613
4 changed files with 2 additions and 7 deletions
2
.github/workflows/ci_static-checks.yaml
vendored
2
.github/workflows/ci_static-checks.yaml
vendored
|
|
@ -134,4 +134,4 @@ jobs:
|
|||
(cat composer.json | jq '.["autoload-dev"]["psr-4"] |= . + {"Sylius\\Behat\\": "src/Sylius/Behat/"}' | jq 'del(.autoload["psr-4"]["Sylius\\Behat\\"])') > _composer.json
|
||||
mv _composer.json composer.json
|
||||
composer dump-autoload
|
||||
composer-require-checker check --config-file=composer-require-checker.json
|
||||
composer-require-checker check --config-file=composer-require-checker.json --ignore-parse-errors
|
||||
|
|
|
|||
|
|
@ -27,7 +27,3 @@ references related issues.
|
|||
|
||||
- https://github.com/stof/StofDoctrineExtensionsBundle/issues/455
|
||||
- https://github.com/doctrine-extensions/DoctrineExtensions/issues/2600
|
||||
|
||||
- `doctrine/doctrine-bundle:2.11.0`:
|
||||
|
||||
This version uses the [readonly property](https://github.com/doctrine/DoctrineBundle/blob/2.11.0/Repository/ServiceEntityRepositoryProxy.php#L34), which is available from PHP 8.1 while the package also supports PHP 7.4 and 8.0, leading to compatibility issues.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<h1 align="center">
|
||||
<a href="https://sylius.com/github-readme/link/" target="_blank">
|
||||
<img src="https://sylius.com/assets/github-readme.png?sylius-con" />
|
||||
<img src="https://sylius.com/assets/github-readme.png?course" />
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
|
|
|
|||
|
|
@ -184,7 +184,6 @@
|
|||
"sylius/user-bundle": "self.version"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/doctrine-bundle": "2.11.0",
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue