File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818tests /unit /coverage /*
1919! tests /unit /coverage /.gitkeep
20+
21+ .phpunit.result.cache
22+ tests /unit /.phpunit.result.cache
Original file line number Diff line number Diff line change 2929 }
3030 },
3131 "require" : {
32- "php" : " >=5.6 " ,
33- "g4/mcache" : " *" ,
34- "zendframework/zend -cache" : " 2.8 .*" ,
35- "zendframework/zend -session" : " 2.9 .*"
32+ "php" : " >=7.3 " ,
33+ "g4/mcache" : " *" ,
34+ "laminas/laminas -cache" : " 3.0 .*" ,
35+ "laminas/laminas -session" : " 2.12 .*"
3636 },
3737 "require-dev" : {
38- "phpunit/phpunit" : " 5.*" ,
38+ "laminas/laminas-cache-storage-adapter-memory" : " 2.0.*" ,
39+ "phpunit/phpunit" : " 9.*" ,
3940 "squizlabs/php_codesniffer" : " 3.*" ,
4041 "g4/code-coverage" : " 1.*"
4142 },
4243 "scripts" : {
4344 "unit-test" : [
44- " vendor/bin/phpunit -c tests/unit/phpunit.xml --colors=always --coverage-html tests/unit/coverage"
45+ " ./ vendor/bin/phpunit -c tests/unit/phpunit.xml --colors=always --coverage-html tests/unit/coverage"
4546 ],
4647 "test-coverage" : [
4748 " ./vendor/bin/phpunit --colors=always -c tests/unit/phpunit.xml --coverage-text"
You can’t perform that action at this time.
0 commit comments