17
17
"php" : " >=8.3" ,
18
18
"ext-dom" : " *" ,
19
19
"erusev/parsedown" : " ^1.7" ,
20
- "ibexa/admin-ui" : " ~5.0.x-dev " ,
21
- "ibexa/core" : " ~5.0.x-dev " ,
22
- "ibexa/fieldtype-richtext" : " ~5.0.x-dev " ,
23
- "ibexa/rest" : " ~5.0.x-dev " ,
20
+ "ibexa/admin-ui" : " ~5.0@beta " ,
21
+ "ibexa/core" : " ~5.0@beta " ,
22
+ "ibexa/fieldtype-richtext" : " ~5.0@beta " ,
23
+ "ibexa/rest" : " ~5.0@beta " ,
24
24
"lexik/jwt-authentication-bundle" : " ^2.8" ,
25
25
"overblog/graphql-bundle" : " ^1.6.0" ,
26
26
"symfony/config" : " ^7.2" ,
34
34
},
35
35
"require-dev" : {
36
36
"ibexa/code-style" : " ~2.0.0" ,
37
- "ibexa/content-forms" : " ~5.0.x-dev " ,
38
- "ibexa/design-engine" : " ~5.0.x-dev " ,
39
- "ibexa/doctrine-schema" : " ~5.0.x-dev " ,
40
- "ibexa/http-cache" : " ~5.0.x-dev " ,
41
- "ibexa/notifications" : " ~5.0.x-dev " ,
42
- "ibexa/rector" : " ~5.0.x-dev " ,
43
- "ibexa/search" : " ~5.0.x-dev " ,
44
- "ibexa/twig-components" : " ~5.0.x-dev " ,
45
- "ibexa/user" : " ~5.0.x-dev " ,
37
+ "ibexa/content-forms" : " ~5.0@beta " ,
38
+ "ibexa/design-engine" : " ~5.0@beta " ,
39
+ "ibexa/doctrine-schema" : " ~5.0@beta " ,
40
+ "ibexa/http-cache" : " ~5.0@beta " ,
41
+ "ibexa/notifications" : " ~5.0@beta " ,
42
+ "ibexa/rector" : " ~5.0@beta " ,
43
+ "ibexa/search" : " ~5.0@beta " ,
44
+ "ibexa/twig-components" : " ~5.0@beta " ,
45
+ "ibexa/user" : " ~5.0@beta " ,
46
46
"mikey179/vfsstream" : " ^1.6" ,
47
47
"overblog/graphiql-bundle" : " ^1.0" ,
48
48
"phpspec/phpspec" : " ^7.1" ,
82
82
"test" : " phpspec run --format=pretty" ,
83
83
"phpstan" : " phpstan analyse"
84
84
}
85
- }
85
+ }
0 commit comments