We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2cebc commit e81ff71Copy full SHA for e81ff71
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": ">=8.3",
10
- "ibexa/core": "~5.0.x-dev",
+ "ibexa/core": "~5.0@beta",
11
"symfony/config": "^7.2",
12
"symfony/dependency-injection": "^7.2",
13
"symfony/event-dispatcher": "^7.2",
@@ -16,10 +16,10 @@
16
"symfony/yaml": "^7.2"
17
},
18
"require-dev": {
19
- "ibexa/behat": "~5.0.x-dev",
+ "ibexa/behat": "~5.0@beta",
20
"ibexa/code-style": "~2.0.0",
21
- "ibexa/doctrine-schema": "~5.0.x-dev",
22
- "ibexa/rector": "~5.0.x-dev",
+ "ibexa/doctrine-schema": "~5.0@beta",
+ "ibexa/rector": "~5.0@beta",
23
"phpstan/phpstan": "^2.0",
24
"phpstan/phpstan-phpunit": "^2.0",
25
"phpstan/phpstan-symfony": "^2.0",
@@ -63,4 +63,4 @@
63
"sort-packages": true,
64
"allow-plugins": false
65
}
66
-}
+}
0 commit comments