Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #254 [Maintenance] Updated composer conflict & config sections, u…
…pdated GitHub workflow (Rafikooo) This PR was merged into the 1.4 branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | 1.4 (bug fixes, improvements) | Bug fix? | no | New feature? | no https://getcomposer.org/doc/06-config.md#allow-plugins "As of Composer 2.2.0, the allow-plugins option adds a layer of security allowing you to restrict which Composer plugins are able to execute code during a Composer run." 1. Due to the fact above the configuration of composer.json has been updated to process dependencies explicitly 2. Conflict with `doctrine/orm:^2.10.0` has been removed 3. Conflict with `doctrine/dbal:^3.0.0` has been added 4. GitHub workflow has been updated based on https://github.com/Sylius/Sylius/pull/14130/files#diff-dc5f32521b4ae99ff8632eb151f06cb36a62fe139292cbbf3f2a4afc79647581 and Sylius/Sylius#14106 Commits ------- 7ec43fd [Maintenance] Removed conflict with doctrine/orm ^2.10.0 310d996 [Maintenance] Allow-plugins config section added 34fce46 [GithubActions] Updated section Restrict Symfony version 278d43c [Maintenance] Added conflict with doctrine/dbal:^3.0.0
- Loading branch information