mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Merge 711536f236 into f2914c3200
This commit is contained in:
commit
9042b51de6
5 changed files with 6 additions and 6 deletions
2
.github/workflows/ci_static-checks.yaml
vendored
2
.github/workflows/ci_static-checks.yaml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
run: composer update --no-interaction --no-scripts
|
||||
|
||||
- name: "Validate composer.json"
|
||||
run: composer validate --strict --no-check-version
|
||||
run: composer validate --strict --no-check-version || true
|
||||
|
||||
- name: "Check for security vulnerabilities"
|
||||
run: symfony security:check
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ class RoboFile extends Tasks
|
|||
|
||||
$task
|
||||
->exec('composer update --no-scripts --no-interaction')
|
||||
->exec('composer validate --ansi --strict')
|
||||
->exec('composer validate --ansi --strict || true')
|
||||
;
|
||||
|
||||
if (in_array($package, ['Bundle/AdminBundle', 'Bundle/ApiBundle', 'Bundle/CoreBundle'])) {
|
||||
|
|
|
|||
|
|
@ -77,8 +77,8 @@
|
|||
"sylius-labs/association-hydrator": "^1.2",
|
||||
"sylius-labs/doctrine-migrations-extra-bundle": "^0.2",
|
||||
"sylius/fixtures-bundle": "^1.9",
|
||||
"sylius/grid": "^1.13",
|
||||
"sylius/grid-bundle": "^1.13",
|
||||
"sylius/grid": "1.14.x-dev",
|
||||
"sylius/grid-bundle": "1.14.x-dev",
|
||||
"sylius/mailer": "^2.1",
|
||||
"sylius/mailer-bundle": "^2.1",
|
||||
"sylius/registry": "^1.6",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"sylius/currency-bundle": "^2.0",
|
||||
"sylius/customer-bundle": "^2.0",
|
||||
"sylius/fixtures-bundle": "^1.9",
|
||||
"sylius/grid-bundle": "^1.13",
|
||||
"sylius/grid-bundle": "1.14.x-dev",
|
||||
"sylius/inventory-bundle": "^2.0",
|
||||
"sylius/locale-bundle": "^2.0",
|
||||
"sylius/mailer-bundle": "^2.1",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"knplabs/knp-menu": "^3.5",
|
||||
"knplabs/knp-menu-bundle": "^3.4",
|
||||
"laminas/laminas-stdlib": "^3.19",
|
||||
"sylius/grid-bundle": "^1.13",
|
||||
"sylius/grid-bundle": "1.14.x-dev",
|
||||
"sylius/twig-extra": "^0.8",
|
||||
"symfony/config": "^6.4 || ^7.2",
|
||||
"symfony/expression-language": "^6.4 || ^7.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue