Skip to content

Commit 609cce9

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.20 release.
1 parent d4b39e7 commit 609cce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

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

0 commit comments

Comments
 (0)