Skip to content

Commit b116124

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.0-beta4 release.
1 parent 9f2866f commit b116124

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

composer.json

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"symfony/asset": "^5.0",
4949
"symfony/yaml": "^5.0",
5050
"jms/translation-bundle": "^1.5",
51-
"ibexa/core": "~4.6.0@dev",
52-
"ibexa/content-forms": "~4.6.0@dev",
53-
"ibexa/design-engine": "~4.6.0@dev",
54-
"ibexa/user": "~4.6.0@dev",
55-
"ibexa/fieldtype-richtext": "~4.6.0@dev",
56-
"ibexa/rest": "~4.6.0@dev",
57-
"ibexa/search": "~4.6.x-dev",
51+
"ibexa/core": "~4.6.0@beta",
52+
"ibexa/content-forms": "~4.6.0@beta",
53+
"ibexa/design-engine": "~4.6.0@beta",
54+
"ibexa/user": "~4.6.0@beta",
55+
"ibexa/fieldtype-richtext": "~4.6.0@beta",
56+
"ibexa/rest": "~4.6.0@beta",
57+
"ibexa/search": "~4.6@beta",
5858
"babdev/pagerfanta-bundle": "^2.1",
5959
"knplabs/knp-menu-bundle": "^3.0",
6060
"mck89/peast": "^1.9",
@@ -65,15 +65,15 @@
6565
},
6666
"require-dev": {
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@beta",
69+
"ibexa/behat": "~4.6.0@beta",
7070
"friendsofphp/php-cs-fixer": "^3.0",
7171
"phpunit/phpunit": "^8.1",
7272
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
73-
"ibexa/doctrine-schema": "~4.6.0@dev",
74-
"ibexa/http-cache": "~4.6.0@dev",
73+
"ibexa/doctrine-schema": "~4.6.0@beta",
74+
"ibexa/http-cache": "~4.6.0@beta",
7575
"ibexa/code-style": "^1.0",
76-
"ibexa/test-core": "^0.1.x-dev",
76+
"ibexa/test-core": "^0.1@beta",
7777
"phpstan/phpstan": "^1.10",
7878
"phpstan/phpstan-phpunit": "^1.3",
7979
"phpstan/phpstan-symfony": "^1.3",
@@ -88,7 +88,10 @@
8888
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",
8989
"check-cs": "@fix-cs --dry-run",
9090
"phpstan": "phpstan analyse",
91-
"test": ["@test-unit", "@test-integration"],
91+
"test": [
92+
"@test-unit",
93+
"@test-integration"
94+
],
9295
"test-unit": "phpunit -c phpunit.xml",
9396
"test-integration": "phpunit -c phpunit.integration.xml"
9497
},
@@ -97,4 +100,4 @@
97100
"dev-main": "4.6.x-dev"
98101
}
99102
}
100-
}
103+
}

0 commit comments

Comments
 (0)