File tree Expand file tree Collapse file tree 3 files changed +22
-6
lines changed
Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 44 - 7.0
55 - 7.1
66 - 7.2
7+ - 7.3
78
89sudo : false
910
Original file line number Diff line number Diff line change 1818 "zendframework/zend-dom" : " ^2.7"
1919 },
2020 "require-dev" : {
21- "phpunit/phpunit" : " >=6.0"
22- },
23- "scripts" : {
24- "test-coverage" : [
25- " phpunit --coverage-html=tests/coverage"
26- ]
21+ "phpunit/phpunit" : " ^6.0"
2722 },
2823 "autoload" : {
2924 "psr-4" : {
3429 "psr-4" : {
3530 "Tests\\ " : " tests/"
3631 }
32+ },
33+ "scripts" : {
34+ "test" : [
35+ " phpunit"
36+ ],
37+ "test-coverage" : [
38+ " phpunit --coverage-html=tests/coverage"
39+ ]
40+ },
41+ "scripts-descriptions" : {
42+ "test" : " Run all test suites." ,
43+ "test-coverage" : " Generate code coverage reports in tests/coverage."
44+ },
45+ "config" : {
46+ "preferred-install" : " dist" ,
47+ "sort-packages" : true ,
48+ "optimize-autoloader" : true ,
49+ "platform" : {
50+ "php" : " 7.2"
51+ }
3752 }
3853}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments