16
16
"require" : {
17
17
"php" : " ^7.4 || ^8.0" ,
18
18
"ext-dom" : " *" ,
19
- "ibexa/core" : " ~4.6.0@dev " ,
20
- "ibexa/admin-ui" : " ~4.6.0@dev " ,
21
- "ibexa/rest" : " ~4.6.0@dev " ,
22
- "ibexa/fieldtype-richtext" : " ~4.6.0@dev " ,
19
+ "ibexa/core" : " ~4.6.0" ,
20
+ "ibexa/admin-ui" : " ~4.6.0" ,
21
+ "ibexa/rest" : " ~4.6.0" ,
22
+ "ibexa/fieldtype-richtext" : " ~4.6.0" ,
23
23
"lexik/jwt-authentication-bundle" : " ^2.8" ,
24
24
"overblog/graphql-bundle" : " ^0.14.2" ,
25
25
"erusev/parsedown" : " ^1.7" ,
33
33
"symfony/serializer" : " ^5.0"
34
34
},
35
35
"require-dev" : {
36
- "ibexa/doctrine-schema" : " ~4.6.0@dev " ,
37
- "ibexa/content-forms" : " ~4.6.0@dev " ,
38
- "ibexa/design-engine" : " ~4.6.0@dev " ,
39
- "ibexa/user" : " ~4.6.0@dev " ,
40
- "ibexa/search" : " ~4.6.0@dev " ,
41
- "ibexa/http-cache" : " ~4.6.0@dev " ,
36
+ "ibexa/doctrine-schema" : " ~4.6.0" ,
37
+ "ibexa/content-forms" : " ~4.6.0" ,
38
+ "ibexa/design-engine" : " ~4.6.0" ,
39
+ "ibexa/user" : " ~4.6.0" ,
40
+ "ibexa/search" : " ~4.6.0" ,
41
+ "ibexa/http-cache" : " ~4.6.0" ,
42
42
"overblog/graphiql-bundle" : " ^0.2" ,
43
43
"phpspec/phpspec" : " ^7.1" ,
44
44
"ibexa/code-style" : " ~1.2.0" ,
78
78
"check-cs" : " @fix-cs --dry-run" ,
79
79
"test" : " phpspec run --format=pretty"
80
80
}
81
- }
81
+ }
0 commit comments