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:
Grzegorz Sadowski 2023-11-15 06:51:01 +01:00
commit 6d3290f613
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
4 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -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.

View file

@ -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>

View file

@ -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"
},