File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 44/bin /phpunit
55/build /
66/composer.lock
7+ /custom.task.properties
8+ /custom.type.properties
79/doc /
8- /test /coverage.xml
910/test /MySql /etc /routines.json
1011/test /MySql /etc /stratum.cfg
12+ /test /coverage.xml
1113/test /report /
12- /vendor /
14+ /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 - rm -f composer.lock
Original file line number Diff line number Diff line change 1414 "type" : " library" ,
1515 "license" : " MIT" ,
1616 "require" : {
17- "php" : " >=7.1.0 " ,
18- "hassankhan/config" : " ^2.0.0 " ,
19- "setbased/helper-cast" : " ^2.0.0 "
17+ "php" : " >=7.3 " ,
18+ "hassankhan/config" : " ^2.0" ,
19+ "setbased/helper-cast" : " ^2.0"
2020 },
2121 "require-dev" : {
22- "phpunit/phpunit" : " ^7.0.0 || ^8.0 .0" ,
22+ "phpunit/phpunit" : " ^9 .0" ,
2323 "setbased/phing-extensions" : " ^2.0.1"
2424 },
2525 "autoload" : {
3333 }
3434 },
3535 "config" : {
36- "bin-dir" : " bin/"
36+ "bin-dir" : " bin/" ,
37+ "sort-packages" : true
3738 }
3839}
You can’t perform that action at this time.
0 commit comments