File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 14
14
],
15
15
"require" : {
16
16
"php" : " ^7.4 || ^8.0" ,
17
- "ibexa/core" : " ~4.4.x-dev " ,
18
- "ibexa/rest" : " ~4.4.0@dev " ,
17
+ "ibexa/core" : " ~4.4" ,
18
+ "ibexa/rest" : " ~4.4.0" ,
19
19
"friendsofsymfony/http-cache-bundle" : " ^2.8" ,
20
20
"friendsofsymfony/http-cache" : " ^2.9" ,
21
21
"symfony/http-foundation" : " ^5.0" ,
30
30
"toflar/psr6-symfony-http-cache-store" : " ^2.2 || ^3.0"
31
31
},
32
32
"require-dev" : {
33
- "ibexa/ci-scripts" : " ^0.2@dev " ,
34
- "ibexa/doctrine-schema" : " ~4.4.0@dev " ,
33
+ "ibexa/ci-scripts" : " ^0.2" ,
34
+ "ibexa/doctrine-schema" : " ~4.4.0" ,
35
35
"phpunit/phpunit" : " ^8.5" ,
36
36
"matthiasnoback/symfony-dependency-injection-test" : " ^4.3" ,
37
37
"phpspec/phpspec" : " ^7.1" ,
47
47
"EzSystems\\ PlatformHttpCacheBundle\\ " : " src/bundle/"
48
48
}
49
49
},
50
- "autoload-dev" : {
51
- "psr-4" : {
52
- "EzSystems\\ PlatformHttpCacheBundle\\ Tests\\ " : " tests" ,
53
- "Ibexa\\ Tests\\ HttpCache\\ " : " tests/lib/" ,
54
- "Ibexa\\ Tests\\ Bundle\\ HttpCache\\ " : " tests/bundle/"
55
- }
56
- },
57
50
"autoload-dev" : {
58
51
"autoload-dev" : {
59
52
"Ibexa\\ Tests\\ Bundle\\ HttpCache\\ " : " tests/bundle/"
74
67
"dev-main" : " 4.4.x-dev"
75
68
}
76
69
}
77
- }
70
+ }
You can’t perform that action at this time.
0 commit comments