File tree 6 files changed +450
-552
lines changed
6 files changed +450
-552
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- /.coveralls.yml export-ignore
2
- /.docheader export-ignore
3
- /.gitattributes export-ignore
4
1
/.github / export-ignore
2
+ /test / export-ignore
5
3
/.gitignore export-ignore
6
- /docs / export-ignore
4
+ /.laminas-ci.json export-ignore
5
+ /composer.lock export-ignore
6
+ /renovate.json export-ignore
7
+ /.gitattributes export-ignore
7
8
/phpcs.xml export-ignore
8
9
/phpunit.xml.dist export-ignore
9
- /test / export-ignore
10
+ /psalm.xml export-ignore
11
+ /psalm-baseline.xml export-ignore
Original file line number Diff line number Diff line change 25
25
"dealerdirect/phpcodesniffer-composer-installer" : true
26
26
},
27
27
"platform" : {
28
- "php" : " 7.3 .99"
28
+ "php" : " 7.4 .99"
29
29
}
30
30
},
31
31
"extra" : {
34
34
}
35
35
},
36
36
"require" : {
37
- "php" : " ^7.3 || ~8.0.0 || ~8.1.0" ,
37
+ "php" : " ^7.4 || ~8.0.0 || ~8.1.0" ,
38
38
"fig/http-message-util" : " ^1.1.5" ,
39
39
"laminas/laminas-psr7bridge" : " ^0.2.2 || ^1.0.0" ,
40
40
"laminas/laminas-router" : " ^3.3.0" ,
41
41
"mezzio/mezzio-router" : " ^3.2" ,
42
42
"psr/http-message" : " ^1.0.1"
43
43
},
44
44
"require-dev" : {
45
- "laminas/laminas-coding-standard" : " ^2.3 .0" ,
46
- "laminas/laminas-i18n" : " ~2.12 " ,
47
- "laminas/laminas-stratigility" : " ^3.5 " ,
45
+ "laminas/laminas-coding-standard" : " ~2.4 .0" ,
46
+ "laminas/laminas-i18n" : " ~2.17 " ,
47
+ "laminas/laminas-stratigility" : " ^3.8 " ,
48
48
"phpspec/prophecy-phpunit" : " ^2.0" ,
49
- "phpunit/phpunit" : " ^9.5.10 " ,
49
+ "phpunit/phpunit" : " ^9.5.24 " ,
50
50
"psalm/plugin-phpunit" : " ^0.17.0" ,
51
- "vimeo/psalm" : " ^4.24 "
51
+ "vimeo/psalm" : " ^4.27 "
52
52
},
53
53
"autoload" : {
54
54
"psr-4" : {
You can’t perform that action at this time.
0 commit comments