Skip to content

Commit 2043afe

Browse files
committed
[composer] Set dependencies for 4.5.1 release.
1 parent 4ff023c commit 2043afe

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"php": "^7.4 || ^8.0",
2424
"ext-libxml": "*",
2525
"ext-simplexml": "*",
26-
"ibexa/core": "~4.5.0@dev",
27-
"ibexa/content-forms": "~4.5.0@dev",
28-
"ibexa/graphql": "~4.5.0@dev",
26+
"ibexa/core": "~4.5.0",
27+
"ibexa/content-forms": "~4.5.0",
28+
"ibexa/graphql": "~4.5.0",
2929
"symfony/http-kernel": "^5.0",
3030
"symfony/console": "^5.0",
3131
"symfony/config": "^5.0",
@@ -35,15 +35,15 @@
3535
"symfony/options-resolver": "^5.0"
3636
},
3737
"require-dev": {
38-
"ibexa/ci-scripts": "^0.2@dev",
39-
"ibexa/doctrine-schema": "~4.5.0@dev",
40-
"ibexa/admin-ui": "~4.5.0@dev",
41-
"ibexa/user": "~4.5.0@dev",
42-
"ibexa/fieldtype-richtext": "~4.5.0@dev",
43-
"ibexa/search": "~4.5.0@dev",
44-
"ibexa/rest": "~4.5.0@dev",
45-
"ibexa/http-cache": "~4.5.0@dev",
46-
"ibexa/design-engine": "~4.5.0@dev",
38+
"ibexa/ci-scripts": "^0.2",
39+
"ibexa/doctrine-schema": "~4.5.0",
40+
"ibexa/admin-ui": "~4.5.0",
41+
"ibexa/user": "~4.5.0",
42+
"ibexa/fieldtype-richtext": "~4.5.0",
43+
"ibexa/search": "~4.5.0",
44+
"ibexa/rest": "~4.5.0",
45+
"ibexa/http-cache": "~4.5.0",
46+
"ibexa/design-engine": "~4.5.0",
4747
"ibexa/code-style": "^1.0",
4848
"friendsofphp/php-cs-fixer": "^3.0",
4949
"phpunit/phpunit": "^9.5"
@@ -58,4 +58,4 @@
5858
"dev-main": "4.5.x-dev"
5959
}
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)