Skip to content

Commit

Permalink
minor #926 [Composer] Allow GridBundle ^v1.13@alpha (GSadee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | 
| License         | MIT


Commits
-------

e89da18 [Composer] Allow GridBundle ^1.13@alpha
  • Loading branch information
GSadee authored Sep 9, 2024
2 parents 41b077d + e89da18 commit 314dee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.18.2",
"sylius-labs/coding-standard": "^4.0",
"sylius/grid-bundle": "^1.7 || dev-symfony-7",
"sylius/grid-bundle": "^1.7 || ^1.13@alpha",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/css-selector": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Component/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"phpspec/phpspec": "^7.3",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"sylius/grid": "^1.7 || dev-symfony-7",
"sylius/grid": "^1.7 || ^1.13@alpha",
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
"symfony/workflow": "^5.4 || ^6.4 || ^7.0",
"twig/twig": "^3.0"
Expand Down

0 comments on commit 314dee8

Please sign in to comment.