Skip to content

Commit 0b084d6

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.3 release.
1 parent 272920f commit 0b084d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": ">=8.3",
12-
"ibexa/core": "~5.0.x-dev",
12+
"ibexa/core": "~5.0",
1313
"knplabs/knp-menu": "^3.8",
1414
"symfony/config": "^7.3",
1515
"symfony/dependency-injection": "^7.3",
@@ -20,11 +20,11 @@
2020
"symfony/yaml": "^7.3"
2121
},
2222
"require-dev": {
23-
"ibexa/behat": "~5.0.x-dev",
23+
"ibexa/behat": "~5.0",
2424
"ibexa/code-style": "~2.0.0",
25-
"ibexa/doctrine-schema": "~5.0.x-dev",
26-
"ibexa/phpstan": "~5.0.x-dev",
27-
"ibexa/rector": "~5.0.x-dev",
25+
"ibexa/doctrine-schema": "~5.0",
26+
"ibexa/phpstan": "~5.0",
27+
"ibexa/rector": "~5.0",
2828
"matthiasnoback/symfony-config-test": "^4.3.0 || ^5.1",
2929
"matthiasnoback/symfony-dependency-injection-test": "^4.3.1 || ^5.0",
3030
"phpstan/phpstan": "^2.0",
@@ -70,4 +70,4 @@
7070
"sort-packages": true,
7171
"allow-plugins": false
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)