File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.2
5
4
- 7.3
6
5
- 7.4
6
+ - 8.0
7
7
8
8
before_script :
9
9
- composer self-update
@@ -14,4 +14,4 @@ script:
14
14
- composer test
15
15
16
16
after_success :
17
- - php vendor/bin/php-coveralls --verbose
17
+ - php vendor/bin/php-coveralls --verbose
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^ 7.2" ,
12
+ "php" : " >= 7.2" ,
13
13
"thiagocfn/inscricaoestadual" : " ^1.1"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ^8.4" ,
16
+ "phpunit/phpunit" : " ^8.4|^9.4 " ,
17
17
"orchestra/testbench" : " ^4.0" ,
18
- "symplify/changelog-linker" : " ^6.1 " ,
18
+ "symplify/changelog-linker" : " ^8.3 " ,
19
19
"php-coveralls/php-coveralls" : " ^2.2" ,
20
20
"squizlabs/php_codesniffer" : " *" ,
21
21
"phpstan/phpstan" : " ^0.12.5"
You can’t perform that action at this time.
0 commit comments