Skip to content

Commit a347cda

Browse files
committed
[composer] Set dependencies for 4.4.1 release.
1 parent f66799b commit a347cda

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"symfony/translation": "^5.0",
2525
"symfony/translation-contracts": "^2.0",
2626
"twig/twig": "^3.0",
27-
"ibexa/core": "~4.4.0@dev",
28-
"ibexa/content-forms": "~4.4.0@dev",
29-
"ibexa/rest": "~4.4.0@dev",
30-
"ibexa/http-cache": "~4.4.0@dev"
27+
"ibexa/core": "~4.4.0",
28+
"ibexa/content-forms": "~4.4.0",
29+
"ibexa/rest": "~4.4.0",
30+
"ibexa/http-cache": "~4.4.0"
3131
},
3232
"require-dev": {
33-
"ibexa/ci-scripts": "^0.2@dev",
34-
"ibexa/doctrine-schema": "~4.4.0@dev",
33+
"ibexa/ci-scripts": "^0.2",
34+
"ibexa/doctrine-schema": "~4.4.0",
3535
"phpunit/phpunit": "^9.5",
3636
"symfony/finder": "^5.0",
3737
"matthiasnoback/symfony-config-test": "^4.1",
@@ -71,4 +71,4 @@
7171
"dev-main": "4.4.x-dev"
7272
}
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)