Skip to content

Commit

Permalink
[Composer] Bump Stack packages dependencies after v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Oct 8, 2024
1 parent fc3c122 commit 1977619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/AdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.1",
"knplabs/knp-menu-bundle": "^3.0",
"sylius/twig-hooks": "^0.4",
"sylius/twig-hooks": "^0.5",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/security-bundle": "^6.4 || ^7.0",
"symfony/security-http": "^6.4 || ^7.0",
Expand All @@ -29,7 +29,7 @@
"symfony/yaml": "^6.4 || ^7.0"
},
"suggest": {
"sylius/bootstrap-admin-ui": "^0.4"
"sylius/bootstrap-admin-ui": "^0.5"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/BootstrapAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"require": {
"php": "^8.1",
"pagerfanta/twig": "^4.6",
"sylius/admin-ui": "^0.4",
"sylius/admin-ui": "^0.5",
"sylius/grid-bundle": "^1.13@beta",
"sylius/resource-bundle": "^1.11 || ^1.12@beta",
"sylius/twig-extra": "^0.4",
"sylius/twig-hooks": "^0.4",
"sylius/twig-extra": "^0.5",
"sylius/twig-hooks": "^0.5",
"symfony/asset": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/security-bundle": "^6.4 || ^7.0",
Expand Down

0 comments on commit 1977619

Please sign in to comment.