Skip to content

Commit 9a21ecf

Browse files
committed
[composer] Set dependencies for 4.3.3 release.
1 parent 4c3a278 commit 9a21ecf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"symfony/asset": "^5.0",
4747
"symfony/yaml": "^5.0",
4848
"jms/translation-bundle": "^1.5",
49-
"ibexa/core": "~4.3.0@dev",
50-
"ibexa/content-forms": "~4.3.0@dev",
51-
"ibexa/design-engine": "~4.3.0@dev",
52-
"ibexa/user": "~4.3.0@dev",
53-
"ibexa/fieldtype-richtext": "~4.3.0@dev",
54-
"ibexa/rest": "~4.3.0@dev",
55-
"ibexa/search": "~4.3.0@dev",
49+
"ibexa/core": "~4.3.0",
50+
"ibexa/content-forms": "~4.3.0",
51+
"ibexa/design-engine": "~4.3.0",
52+
"ibexa/user": "~4.3.0",
53+
"ibexa/fieldtype-richtext": "~4.3.0",
54+
"ibexa/rest": "~4.3.0",
55+
"ibexa/search": "~4.3.0",
5656
"babdev/pagerfanta-bundle": "^2.1",
5757
"knplabs/knp-menu-bundle": "^3.0",
5858
"mck89/peast": "^1.9",
@@ -62,13 +62,13 @@
6262
"twig/string-extra": "^3.0"
6363
},
6464
"require-dev": {
65-
"ibexa/ci-scripts": "^0.2@dev",
66-
"ibexa/behat": "~4.3.0@dev",
65+
"ibexa/ci-scripts": "^0.2",
66+
"ibexa/behat": "~4.3.0",
6767
"friendsofphp/php-cs-fixer": "^3.0",
6868
"phpunit/phpunit": "^8.1",
6969
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
70-
"ibexa/doctrine-schema": "~4.3.0@dev",
71-
"ibexa/http-cache": "~4.3.0@dev",
70+
"ibexa/doctrine-schema": "~4.3.0",
71+
"ibexa/http-cache": "~4.3.0",
7272
"ibexa/code-style": "^1.0"
7373
},
7474
"scripts": {
@@ -81,4 +81,4 @@
8181
"dev-main": "4.3.x-dev"
8282
}
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)