Skip to content

Commit e81ff71

Browse files
author
runner
committed
[composer] Set dependencies for 5.0.0-beta1 release.
1 parent 6b2cebc commit e81ff71

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
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": ">=8.3",
10-
"ibexa/core": "~5.0.x-dev",
10+
"ibexa/core": "~5.0@beta",
1111
"symfony/config": "^7.2",
1212
"symfony/dependency-injection": "^7.2",
1313
"symfony/event-dispatcher": "^7.2",
@@ -16,10 +16,10 @@
1616
"symfony/yaml": "^7.2"
1717
},
1818
"require-dev": {
19-
"ibexa/behat": "~5.0.x-dev",
19+
"ibexa/behat": "~5.0@beta",
2020
"ibexa/code-style": "~2.0.0",
21-
"ibexa/doctrine-schema": "~5.0.x-dev",
22-
"ibexa/rector": "~5.0.x-dev",
21+
"ibexa/doctrine-schema": "~5.0@beta",
22+
"ibexa/rector": "~5.0@beta",
2323
"phpstan/phpstan": "^2.0",
2424
"phpstan/phpstan-phpunit": "^2.0",
2525
"phpstan/phpstan-symfony": "^2.0",
@@ -63,4 +63,4 @@
6363
"sort-packages": true,
6464
"allow-plugins": false
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)