9
9
"require" : {
10
10
"php" : " >=8.3" ,
11
11
"ext-json" : " *" ,
12
- "ibexa/admin-ui" : " ~5.0.x-dev " ,
13
- "ibexa/content-forms" : " ~5.0.x-dev " ,
14
- "ibexa/core" : " ~5.0.x-dev " ,
15
- "ibexa/graphql" : " ~5.0.x-dev " ,
16
- "ibexa/rector" : " ~5.0.x-dev " ,
17
- "ibexa/rest" : " ~5.0.x-dev " ,
12
+ "ibexa/admin-ui" : " ~5.0" ,
13
+ "ibexa/content-forms" : " ~5.0" ,
14
+ "ibexa/core" : " ~5.0" ,
15
+ "ibexa/graphql" : " ~5.0" ,
16
+ "ibexa/rector" : " ~5.0" ,
17
+ "ibexa/rest" : " ~5.0" ,
18
18
"psr/log" : " ^3.0" ,
19
19
"symfony/dependency-injection" : " ^7.3" ,
20
20
"symfony/event-dispatcher" : " ^7.3" ,
39
39
},
40
40
"require-dev" : {
41
41
"ibexa/code-style" : " ~2.0.0" ,
42
- "ibexa/design-engine" : " ~5.0.x-dev " ,
43
- "ibexa/doctrine-schema" : " ~5.0.x-dev " ,
44
- "ibexa/fieldtype-richtext" : " ~5.0.x-dev " ,
45
- "ibexa/http-cache" : " ~5.0.x-dev " ,
46
- "ibexa/notifications" : " ~5.0.x-dev " ,
47
- "ibexa/phpstan" : " ~5.0.0@dev " ,
48
- "ibexa/search" : " ~5.0.x-dev " ,
49
- "ibexa/user" : " ~5.0.x-dev " ,
50
- "ibexa/twig-components" : " ~5.0.x-dev " ,
42
+ "ibexa/design-engine" : " ~5.0" ,
43
+ "ibexa/doctrine-schema" : " ~5.0" ,
44
+ "ibexa/fieldtype-richtext" : " ~5.0" ,
45
+ "ibexa/http-cache" : " ~5.0" ,
46
+ "ibexa/notifications" : " ~5.0" ,
47
+ "ibexa/phpstan" : " ~5.0.0" ,
48
+ "ibexa/search" : " ~5.0" ,
49
+ "ibexa/user" : " ~5.0" ,
50
+ "ibexa/twig-components" : " ~5.0" ,
51
51
"phpspec/phpspec" : " ^7.1" ,
52
52
"phpstan/phpstan" : " ^2.0" ,
53
53
"phpstan/phpstan-phpunit" : " ^2.0" ,
68
68
"sort-packages" : true ,
69
69
"allow-plugins" : false
70
70
}
71
- }
71
+ }
0 commit comments