Skip to content

Commit 423ad99

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.1 release.
1 parent 29df9ba commit 423ad99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php": ">=8.3",
1717
"ext-json": "*",
1818
"ext-xmlwriter": "*",
19-
"ibexa/core": "~5.0.x-dev",
19+
"ibexa/core": "~5.0",
2020
"netgen/query-translator": "^1.0.2",
2121
"symfony/config": "^7.3",
2222
"symfony/console": "^7.3",
@@ -27,8 +27,8 @@
2727
},
2828
"require-dev": {
2929
"ibexa/code-style": "~2.0.0",
30-
"ibexa/doctrine-schema": "~5.0.x-dev",
31-
"ibexa/rector": "~5.0.x-dev",
30+
"ibexa/doctrine-schema": "~5.0",
31+
"ibexa/rector": "~5.0",
3232
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
3333
"phpstan/phpstan": "^2.0",
3434
"phpstan/phpstan-phpunit": "^2.0",
@@ -72,4 +72,4 @@
7272
"allow-plugins": false,
7373
"sort-packages": true
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)