Skip to content

Commit 74e96d4

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.8 release.
1 parent 59bad30 commit 74e96d4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"symfony/yaml": "^5.0",
4848
"symfony/webpack-encore-bundle": "^v1.17",
4949
"jms/translation-bundle": "^1.5",
50-
"ibexa/core": "~4.6.0@dev",
51-
"ibexa/content-forms": "~4.6.0@dev",
52-
"ibexa/design-engine": "~4.6.0@dev",
53-
"ibexa/user": "~4.6.0@dev",
54-
"ibexa/fieldtype-richtext": "~4.6.0@dev",
55-
"ibexa/rest": "~4.6.0@dev",
56-
"ibexa/search": "~4.6.x-dev",
50+
"ibexa/core": "~4.6.0",
51+
"ibexa/content-forms": "~4.6.0",
52+
"ibexa/design-engine": "~4.6.0",
53+
"ibexa/user": "~4.6.0",
54+
"ibexa/fieldtype-richtext": "~4.6.0",
55+
"ibexa/rest": "~4.6.0",
56+
"ibexa/search": "~4.6",
5757
"babdev/pagerfanta-bundle": "^2.1",
5858
"knplabs/knp-menu-bundle": "^3.0",
5959
"mck89/peast": "^1.9",
@@ -65,17 +65,17 @@
6565
"require-dev": {
6666
"ext-zip": "*",
6767
"dama/doctrine-test-bundle": "^v6.7",
68-
"ibexa/ci-scripts": "^0.2@dev",
69-
"ibexa/behat": "~4.6.0@dev",
68+
"ibexa/ci-scripts": "^0.2",
69+
"ibexa/behat": "~4.6.0",
7070
"friendsofphp/php-cs-fixer": "^3.0",
7171
"phpunit/phpunit": "^9.5",
7272
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
73-
"ibexa/doctrine-schema": "~4.6.0@dev",
74-
"ibexa/http-cache": "~4.6.0@dev",
75-
"ibexa/code-style": "^1.3.x-dev",
76-
"ibexa/notifications": "~4.6.0@dev",
77-
"ibexa/test-rest": "^0.1.x-dev",
78-
"ibexa/test-core": "^0.1.x-dev",
73+
"ibexa/doctrine-schema": "~4.6.0",
74+
"ibexa/http-cache": "~4.6.0",
75+
"ibexa/code-style": "^1.3",
76+
"ibexa/notifications": "~4.6.0",
77+
"ibexa/test-rest": "^0.1",
78+
"ibexa/test-core": "^0.1",
7979
"phpstan/phpstan": "^1.10",
8080
"phpstan/phpstan-phpunit": "^1.3",
8181
"phpstan/phpstan-symfony": "^1.3",
@@ -102,4 +102,4 @@
102102
"dev-main": "4.6.x-dev"
103103
}
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)