Skip to content

Commit b133e6f

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.2 release.
1 parent c7eafb7 commit b133e6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"php": " >=8.3",
1717
"friendsofsymfony/http-cache": "^3.1",
1818
"friendsofsymfony/http-cache-bundle": "^3.1.2",
19-
"ibexa/core": "~5.0.x-dev",
20-
"ibexa/rest": "~5.0.x-dev",
19+
"ibexa/core": "~5.0",
20+
"ibexa/rest": "~5.0",
2121
"php-http/curl-client": "^2.1",
2222
"psr/http-client": "^1.0",
2323
"symfony/config": "^7.3",
@@ -32,8 +32,8 @@
3232
"require-dev": {
3333
"guzzlehttp/psr7": "^2.7",
3434
"ibexa/code-style": "~2.0.0",
35-
"ibexa/doctrine-schema": "~5.0.x-dev",
36-
"ibexa/rector": "~5.0.x-dev",
35+
"ibexa/doctrine-schema": "~5.0",
36+
"ibexa/rector": "~5.0",
3737
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
3838
"phpspec/phpspec": "^7.1",
3939
"phpstan/phpstan": "^2.0",
@@ -75,4 +75,4 @@
7575
"sort-packages": true,
7676
"allow-plugins": false
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)