File tree 4 files changed +202
-199
lines changed
4 files changed +202
-199
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"backwardCompatibilityCheck" : true ,
3
3
"ignore_php_platform_requirements" : {
4
- "8.3 " : false
4
+ "8.4 " : true
5
5
},
6
6
"extensions" : [
7
7
" apcu"
Original file line number Diff line number Diff line change 33
33
}
34
34
},
35
35
"require" : {
36
- "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0" ,
36
+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
37
37
"dflydev/fig-cookies" : " ^3.0.0" ,
38
38
"mezzio/mezzio-session" : " ^1.4" ,
39
39
"psr/cache" : " ^1.0 || ^2.0 || ^3.0" ,
40
40
"psr/container" : " ^1.0 || ^2.0 || ^3.0"
41
41
},
42
42
"require-dev" : {
43
- "laminas/laminas-cache" : " ^4.0.0 " ,
43
+ "laminas/laminas-cache" : " ^4.0.4 " ,
44
44
"laminas/laminas-cache-storage-adapter-apcu" : " ^3.0.0" ,
45
45
"laminas/laminas-coding-standard" : " ~2.5.0" ,
46
- "laminas/laminas-diactoros" : " ^3.3.1 " ,
47
- "phpunit/phpunit" : " ^10.5.21 " ,
46
+ "laminas/laminas-diactoros" : " ^3.4.0 " ,
47
+ "phpunit/phpunit" : " ^10.5.36 " ,
48
48
"psalm/plugin-phpunit" : " ^0.19.0" ,
49
- "vimeo/psalm" : " ^5.24.0 "
49
+ "vimeo/psalm" : " ^5.26.1 "
50
50
},
51
51
"suggest" : {
52
52
"psr/cache-implementation" : " This package requires a PSR-6 CacheItemPoolInterface implementation."
You can’t perform that action at this time.
0 commit comments