Skip to content

Commit

Permalink
[Composer] Bump Grid and Resource dependencies (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee authored Oct 29, 2024
2 parents d2fcec8 + cad499f commit 7ff47d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"laminas/laminas-stdlib": "^3.18",
"pagerfanta/doctrine-orm-adapter": "^4.6",
"pagerfanta/twig": "^4.6",
"sylius/grid-bundle": "^1.13@beta",
"sylius/resource-bundle": "^1.11 || ^1.12@beta",
"sylius/grid-bundle": "^1.13",
"sylius/resource-bundle": "^1.11",
"symfony/asset": "^6.4 || ^7.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
Expand Down
4 changes: 2 additions & 2 deletions src/AdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"symfony/security-bundle": "^6.4 || ^7.0",
"symfony/security-http": "^6.4 || ^7.0",
"symfony/twig-bundle": "^6.4 || ^7.0",
"sylius/resource-bundle": "^1.11 || ^1.12@beta",
"sylius/resource-bundle": "^1.11",
"twig/twig": "^2.15 || ^3.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.12",
"doctrine/orm": "^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpunit/phpunit": "^9.6",
"sylius/grid-bundle": "^1.13@beta",
"sylius/grid-bundle": "^1.13",
"symfony/browser-kit": "^6.4 || ^7.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
Expand Down
4 changes: 2 additions & 2 deletions src/BootstrapAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"php": "^8.1",
"pagerfanta/twig": "^4.6",
"sylius/admin-ui": "^0.5",
"sylius/grid-bundle": "^1.13@beta",
"sylius/resource-bundle": "^1.11 || ^1.12@beta",
"sylius/grid-bundle": "^1.13",
"sylius/resource-bundle": "^1.11",
"sylius/twig-extra": "^0.5",
"sylius/twig-hooks": "^0.5",
"symfony/asset": "^6.4 || ^7.0",
Expand Down

0 comments on commit 7ff47d6

Please sign in to comment.