19
19
"require" : {
20
20
"php" : " ^7.4 || ^8.0" ,
21
21
"ext-json" : " *" ,
22
- "ibexa/admin-ui" : " ^4.0@dev " ,
23
- "ibexa/content-forms" : " ^4.0@dev " ,
24
- "ibexa/graphql" : " ^4.0@dev " ,
25
- "ibexa/rest" : " ^4.0@dev " ,
26
- "ibexa/core" : " ^4.0@dev " ,
22
+ "ibexa/admin-ui" : " ^4.0@rc " ,
23
+ "ibexa/content-forms" : " ^4.0@rc " ,
24
+ "ibexa/graphql" : " ^4.0@rc " ,
25
+ "ibexa/rest" : " ^4.0@rc " ,
26
+ "ibexa/core" : " ^4.0@rc " ,
27
27
"symfony/dependency-injection" : " ^5.0" ,
28
28
"symfony/expression-language" : " ^5.0" ,
29
29
"symfony/event-dispatcher" : " ^5.0" ,
48
48
}
49
49
},
50
50
"require-dev" : {
51
- "ibexa/doctrine-schema" : " ^4.0@dev " ,
52
- "ibexa/design-engine" : " ^4.0@dev " ,
53
- "ibexa/fieldtype-richtext" : " ^4.0@dev " ,
54
- "ibexa/search" : " ^4.0@dev " ,
55
- "ibexa/user" : " ^4.0@dev " ,
56
- "ibexa/http-cache" : " ^4.0@dev " ,
51
+ "ibexa/doctrine-schema" : " ^4.0@rc " ,
52
+ "ibexa/design-engine" : " ^4.0@rc " ,
53
+ "ibexa/fieldtype-richtext" : " ^4.0@rc " ,
54
+ "ibexa/search" : " ^4.0@rc " ,
55
+ "ibexa/user" : " ^4.0@rc " ,
56
+ "ibexa/http-cache" : " ^4.0@rc " ,
57
57
"phpspec/phpspec" : " ^7.1" ,
58
58
"ibexa/code-style" : " ^1.0" ,
59
59
"friendsofphp/php-cs-fixer" : " ^3.0"
73
73
"composer/package-versions-deprecated" : true
74
74
}
75
75
}
76
- }
76
+ }
0 commit comments