Skip to content

Commit f08545d

Browse files
committed
[composer] Set dependencies for 4.4.3 release.
1 parent 24611cb commit f08545d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"symfony/translation": "^5.0",
2626
"symfony/translation-contracts": "^2.0",
2727
"twig/twig": "^3.0",
28-
"ibexa/core": "~4.4.0@dev",
29-
"ibexa/content-forms": "~4.4.0@dev",
30-
"ibexa/rest": "~4.4.0@dev",
31-
"ibexa/http-cache": "~4.4.0@dev"
28+
"ibexa/core": "~4.4.0",
29+
"ibexa/content-forms": "~4.4.0",
30+
"ibexa/rest": "~4.4.0",
31+
"ibexa/http-cache": "~4.4.0"
3232
},
3333
"require-dev": {
3434
"dama/doctrine-test-bundle": "^6.7.5",
35-
"ibexa/ci-scripts": "^0.2@dev",
36-
"ibexa/doctrine-schema": "~4.4.0@dev",
37-
"ibexa/solr": "~4.4.0@dev",
35+
"ibexa/ci-scripts": "^0.2",
36+
"ibexa/doctrine-schema": "~4.4.0",
37+
"ibexa/solr": "~4.4.0",
3838
"phpstan/phpstan": "^1.9",
3939
"phpstan/phpstan-symfony": "^1.2",
4040
"phpstan/phpstan-phpunit": "^1.3",
@@ -82,4 +82,4 @@
8282
"config": {
8383
"allow-plugins": false
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)