Skip to content

Commit 31b3359

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.2 release.
1 parent 9cca895 commit 31b3359

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
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": " >=8.3",
10-
"ibexa/core": "~5.0.x-dev",
10+
"ibexa/core": "~5.0",
1111
"symfony/config": "^7.3",
1212
"symfony/dependency-injection": "^7.3",
1313
"symfony/event-dispatcher": "^7.3",
@@ -21,8 +21,8 @@
2121
},
2222
"require-dev": {
2323
"ibexa/code-style": "~2.0.0",
24-
"ibexa/doctrine-schema": "~5.0.x-dev",
25-
"ibexa/rector": "~5.0.x-dev",
24+
"ibexa/doctrine-schema": "~5.0",
25+
"ibexa/rector": "~5.0",
2626
"phpstan/phpstan": "^2.0",
2727
"phpstan/phpstan-phpunit": "^2.0",
2828
"phpstan/phpstan-symfony": "^2.0",
@@ -66,4 +66,4 @@
6666
"allow-plugins": false,
6767
"sort-packages": true
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)