Skip to content

Commit 56c8352

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.0-rc1 release.
1 parent bd02f17 commit 56c8352

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
@@ -8,14 +8,14 @@
88
},
99
"require": {
1010
"php": " >=8.3",
11-
"ibexa/core": "~5.0.x-dev",
12-
"ibexa/design-engine": "~5.0.x-dev",
11+
"ibexa/core": "~5.0@rc",
12+
"ibexa/design-engine": "~5.0@rc",
1313
"symfony/http-kernel": "^7.2"
1414
},
1515
"require-dev": {
1616
"ibexa/code-style": "~2.0.0",
17-
"ibexa/doctrine-schema": "~5.0.x-dev",
18-
"ibexa/rector": "~5.0.x-dev",
17+
"ibexa/doctrine-schema": "~5.0@rc",
18+
"ibexa/rector": "~5.0@rc",
1919
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
2020
"phpunit/phpunit": "^9.6"
2121
},
@@ -46,4 +46,4 @@
4646
"allow-plugins": false,
4747
"sort-packages": true
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)