Skip to content

Commit b718476

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.14 release.
1 parent ee3d027 commit b718476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require": {
2929
"php": "^7.4 || ^8.0",
30-
"ibexa/core": "~4.6.x-dev",
30+
"ibexa/core": "~4.6",
3131
"symfony/dependency-injection": "^5.0",
3232
"symfony/http-kernel": "^5.0",
3333
"symfony/http-foundation": "^5.0",
@@ -41,7 +41,7 @@
4141
"phpunit/phpunit": "^9.6",
4242
"friendsofphp/php-cs-fixer": "^3.0",
4343
"ibexa/code-style": "^1.0",
44-
"ibexa/doctrine-schema": "~4.6.x-dev",
44+
"ibexa/doctrine-schema": "~4.6",
4545
"phpstan/phpstan": "^1.10",
4646
"phpstan/phpstan-phpunit": "^1.3",
4747
"phpstan/phpstan-symfony": "^1.3",
@@ -61,4 +61,4 @@
6161
"config": {
6262
"allow-plugins": false
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)