File tree 3 files changed +180
-249
lines changed
3 files changed +180
-249
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
"forum" : " https://discourse.laminas.dev"
21
21
},
22
22
"config" : {
23
- "sort-packages" : true
23
+ "sort-packages" : true ,
24
+ "allow-plugins" : {
25
+ "dealerdirect/phpcodesniffer-composer-installer" : true
26
+ }
24
27
},
25
28
"extra" : {
26
29
"laminas" : {
27
30
"config-provider" : " Mezzio\\ Authorization\\ ConfigProvider"
28
31
}
29
32
},
30
33
"require" : {
31
- "php" : " ^7.3 || ~8.0.0 || ~8.1.0" ,
32
- "mezzio/mezzio-authentication" : " ^1.0 " ,
33
- "psr/container" : " ^1.0" ,
34
+ "php" : " ^7.4 || ~8.0.0 || ~8.1.0" ,
35
+ "mezzio/mezzio-authentication" : " ^1.3 " ,
36
+ "psr/container" : " ^1.0 || ^2.0 " ,
34
37
"psr/http-message" : " ^1.0.1" ,
35
38
"psr/http-server-middleware" : " ^1.0"
36
39
},
37
40
"require-dev" : {
38
- "laminas/laminas-coding-standard" : " ~2.2 .0" ,
39
- "phpspec/prophecy" : " ^1.12 " ,
41
+ "laminas/laminas-coding-standard" : " ~2.3 .0" ,
42
+ "phpspec/prophecy" : " ^v1.15.0 " ,
40
43
"phpspec/prophecy-phpunit" : " ^2.0" ,
41
- "phpunit/phpunit" : " ^9.3 "
44
+ "phpunit/phpunit" : " ^9.5.11 "
42
45
},
43
46
"conflict" : {
44
47
"container-interop/container-interop" : " <1.2.0" ,
You can’t perform that action at this time.
0 commit comments