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 4
4
/bin /phpunit
5
5
/build /
6
6
/composer.lock
7
+ /custom.task.properties
8
+ /custom.type.properties
7
9
/doc /
8
- /test /coverage.xml
9
10
/test /MySql /etc /routines.json
10
11
/test /MySql /etc /stratum.cfg
12
+ /test /coverage.xml
11
13
/test /report /
12
- /vendor /
14
+ /vendor /
Original file line number Diff line number Diff line change 1
1
language : php
2
2
php :
3
- - ' 7.1'
4
- - ' 7.2'
5
3
- ' 7.3'
4
+ - ' 7.4'
6
5
7
6
install :
8
7
- rm -f composer.lock
Original file line number Diff line number Diff line change 14
14
"type" : " library" ,
15
15
"license" : " MIT" ,
16
16
"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"
20
20
},
21
21
"require-dev" : {
22
- "phpunit/phpunit" : " ^7.0.0 || ^8.0 .0" ,
22
+ "phpunit/phpunit" : " ^9 .0" ,
23
23
"setbased/phing-extensions" : " ^2.0.1"
24
24
},
25
25
"autoload" : {
33
33
}
34
34
},
35
35
"config" : {
36
- "bin-dir" : " bin/"
36
+ "bin-dir" : " bin/" ,
37
+ "sort-packages" : true
37
38
}
38
39
}
You can’t perform that action at this time.
0 commit comments