Skip to content

Commit a30a84a

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.24 release.
1 parent 7fccfd2 commit a30a84a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.4 || ^8.0",
10-
"ibexa/core": "~4.6.x-dev",
10+
"ibexa/core": "~4.6",
1111
"symfony/config": "^5.4",
1212
"symfony/dependency-injection": "^5.4",
1313
"symfony/event-dispatcher": "^5.4",
@@ -19,7 +19,7 @@
1919
"require-dev": {
2020
"phpunit/phpunit": "^9",
2121
"ibexa/code-style": "^1.1",
22-
"ibexa/doctrine-schema": "~4.6.x-dev",
22+
"ibexa/doctrine-schema": "~4.6",
2323
"phpstan/phpstan": "^2.0",
2424
"phpstan/phpstan-phpunit": "^2.0",
2525
"phpstan/phpstan-symfony": "^2.0",
@@ -61,4 +61,4 @@
6161
"config": {
6262
"allow-plugins": false
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)