File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
build :
2
- tests :
3
- override :
4
- -
5
- command : ' ./bin/phing unit'
6
- coverage :
7
- file : ' test/coverage.xml'
8
- format : ' php-clover'
2
+ tests :
3
+ override :
4
+ - command : ' ./bin/phing unit'
5
+ coverage :
6
+ file : ' test/coverage.xml'
7
+ format : ' php-clover'
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'
6
-
4
+ - ' 7.4'
5
+
7
6
install :
8
7
- composer self-update
9
8
- composer update
Original file line number Diff line number Diff line change 9
9
"type" : " library" ,
10
10
"license" : " MIT" ,
11
11
"require" : {
12
- "php" : " >=7.1 .0" ,
13
- "setbased/helper-code-store" : " ^2.2.0 "
12
+ "php" : " >=7.3 .0" ,
13
+ "setbased/helper-code-store" : " ^2.3 "
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ^7.0.0 || ^8.0 .0" ,
17
- "phing/phing" : " ^2.0.0 "
16
+ "phpunit/phpunit" : " ^9 .0" ,
17
+ "phing/phing" : " ^2.0"
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
You can’t perform that action at this time.
0 commit comments