Skip to content

Commit 9d8612a

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.2 release.
1 parent 111d66d commit 9d8612a

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
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": " >=8.3",
21-
"ibexa/core": "~5.0.x-dev",
21+
"ibexa/core": "~5.0",
2222
"symfony/asset": "^7.3",
2323
"symfony/config": "^7.3",
2424
"symfony/dependency-injection": "^7.3",
@@ -31,8 +31,8 @@
3131
},
3232
"require-dev": {
3333
"ibexa/code-style": "~2.0.0",
34-
"ibexa/doctrine-schema": "~5.0.x-dev",
35-
"ibexa/rector": "~5.0.x-dev",
34+
"ibexa/doctrine-schema": "~5.0",
35+
"ibexa/rector": "~5.0",
3636
"mikey179/vfsstream": "^1.6",
3737
"phpstan/phpstan": "^2.0",
3838
"phpstan/phpstan-phpunit": "^2.0",
@@ -70,4 +70,4 @@
7070
"allow-plugins": false,
7171
"sort-packages": true
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)