File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22/.phpunit.result.cache
33/bin /
44/composer.lock
5+ /custom.task.properties
6+ /custom.type.properties
57/doc /
68/test /coverage.xml
79/test /report /
8- /vendor /
10+ /vendor /
Original file line number Diff line number Diff line change 11language : php
22php :
3- - ' 7.1'
4- - ' 7.2'
53 - ' 7.3'
4+ - ' 7.4'
65
76install :
87 - composer self-update
98 - composer install
109
1110script :
1211 - ./bin/phing unit
13-
12+
Original file line number Diff line number Diff line change 77 ],
88 "license" : " MIT" ,
99 "require" : {
10- "php" : " >=7.1.0 "
10+ "php" : " >=7.3 "
1111 },
1212 "require-dev" : {
13- "phing/phing" : " ^2.0.0 " ,
14- "phpunit/phpunit" : " ^7.0.0 || ^8.0 .0"
13+ "phing/phing" : " ^2.0" ,
14+ "phpunit/phpunit" : " ^9 .0"
1515 },
1616 "autoload" : {
1717 "psr-4" : {
2424 }
2525 },
2626 "config" : {
27- "bin-dir" : " bin/"
27+ "bin-dir" : " bin/" ,
28+ "sort-packages" : true
2829 }
2930}
You can’t perform that action at this time.
0 commit comments