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" ,
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" ,
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 },
97100 "dev-main" : " 4.6.x-dev"
98101 }
99102 }
100- }
103+ }
0 commit comments