Skip to content

Commit

Permalink
Remove dependency on dev versions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Mar 29, 2024
1 parent f90558e commit 5d53fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"minimum-stability": "dev",
"require": {
"php": "^8.1",
"ibexa/core": "^4.6.x-dev",
"ibexa/product-catalog": "^4.6.x-dev",
"ibexa/core": "^4.6",
"ibexa/product-catalog": "^4.6",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/event-dispatcher": "^5.4",
Expand Down

0 comments on commit 5d53fc0

Please sign in to comment.