9
9
"require" : {
10
10
"php" : " ^7.4 || ^8.0" ,
11
11
"ext-json" : " *" ,
12
- "ibexa/core" : " ~4.6.0@dev " ,
13
- "ibexa/admin-ui" : " ~4.6.0@dev " ,
12
+ "ibexa/core" : " ~4.6.0" ,
13
+ "ibexa/admin-ui" : " ~4.6.0" ,
14
14
"zetacomponents/system-information" : " ^1.1.1"
15
15
},
16
16
"require-dev" : {
17
- "ibexa/ci-scripts" : " ^0.2@dev " ,
17
+ "ibexa/ci-scripts" : " ^0.2" ,
18
18
"ibexa/code-style" : " ^1.0" ,
19
19
"friendsofphp/php-cs-fixer" : " ^3.0" ,
20
- "ibexa/doctrine-schema" : " ~4.6.0@dev " ,
21
- "ibexa/content-forms" : " ~4.6.0@dev " ,
22
- "ibexa/design-engine" : " ~4.6.0@dev " ,
23
- "ibexa/user" : " ~4.6.0@dev " ,
24
- "ibexa/fieldtype-richtext" : " ~4.6.0@dev " ,
25
- "ibexa/rest" : " ~4.6.0@dev " ,
26
- "ibexa/search" : " ~4.6.0@dev " ,
27
- "ibexa/test-core" : " ~4.6.0@dev " ,
28
- "ibexa/http-cache" : " ~4.6.0@dev " ,
29
- "ibexa/notifications" : " ^4.6.x-dev " ,
20
+ "ibexa/doctrine-schema" : " ~4.6.0" ,
21
+ "ibexa/content-forms" : " ~4.6.0" ,
22
+ "ibexa/design-engine" : " ~4.6.0" ,
23
+ "ibexa/user" : " ~4.6.0" ,
24
+ "ibexa/fieldtype-richtext" : " ~4.6.0" ,
25
+ "ibexa/rest" : " ~4.6.0" ,
26
+ "ibexa/search" : " ~4.6.0" ,
27
+ "ibexa/test-core" : " ~4.6.0" ,
28
+ "ibexa/http-cache" : " ~4.6.0" ,
29
+ "ibexa/notifications" : " ^4.6" ,
30
30
"phpunit/phpunit" : " ^8.2" ,
31
31
"matthiasnoback/symfony-dependency-injection-test" : " ^4.0"
32
32
},
60
60
"config" : {
61
61
"allow-plugins" : false
62
62
}
63
- }
63
+ }
0 commit comments