9
9
"require" : {
10
10
"php" : " ^7.4 || ^8.0" ,
11
11
"ext-json" : " *" ,
12
- "ibexa/admin-ui" : " ~4.6.0@dev " ,
13
- "ibexa/content-forms" : " ~4.6.0@dev " ,
14
- "ibexa/graphql" : " ~4.6.0@dev " ,
15
- "ibexa/rest" : " ~4.6.0@dev " ,
16
- "ibexa/core" : " ~4.6.0@dev " ,
12
+ "ibexa/admin-ui" : " ~4.6.0" ,
13
+ "ibexa/content-forms" : " ~4.6.0" ,
14
+ "ibexa/graphql" : " ~4.6.0" ,
15
+ "ibexa/rest" : " ~4.6.0" ,
16
+ "ibexa/core" : " ~4.6.0" ,
17
17
"symfony/dependency-injection" : " ^5.0" ,
18
18
"symfony/expression-language" : " ^5.0" ,
19
19
"symfony/event-dispatcher" : " ^5.0" ,
38
38
}
39
39
},
40
40
"require-dev" : {
41
- "ibexa/doctrine-schema" : " ~4.6.0@dev " ,
42
- "ibexa/design-engine" : " ~4.6.0@dev " ,
43
- "ibexa/fieldtype-richtext" : " ~4.6.0@dev " ,
44
- "ibexa/phpstan" : " ~4.6.0@dev " ,
45
- "ibexa/search" : " ~4.6.0@dev " ,
46
- "ibexa/user" : " ~4.6.0@dev " ,
47
- "ibexa/http-cache" : " ~4.6.0@dev " ,
48
- "ibexa/twig-components" : " ~4.6.0@dev " ,
41
+ "ibexa/doctrine-schema" : " ~4.6.0" ,
42
+ "ibexa/design-engine" : " ~4.6.0" ,
43
+ "ibexa/fieldtype-richtext" : " ~4.6.0" ,
44
+ "ibexa/phpstan" : " ~4.6.0" ,
45
+ "ibexa/search" : " ~4.6.0" ,
46
+ "ibexa/user" : " ~4.6.0" ,
47
+ "ibexa/http-cache" : " ~4.6.0" ,
48
+ "ibexa/twig-components" : " ~4.6.0" ,
49
49
"phpspec/phpspec" : " ^7.1" ,
50
50
"ibexa/code-style" : " ^1.0" ,
51
51
"friendsofphp/php-cs-fixer" : " ^3.0" ,
68
68
"sort-packages" : true ,
69
69
"allow-plugins" : false
70
70
}
71
- }
71
+ }
0 commit comments