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 11language : php
22
33php :
4- - 7.2
54 - 7.3
65 - 7.4
6+ - 8.0
77
88before_script :
99 - composer self-update
@@ -14,4 +14,4 @@ script:
1414 - composer test
1515
1616after_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 99 }
1010 ],
1111 "require" : {
12- "php" : " ^ 7.2" ,
12+ "php" : " >= 7.2" ,
1313 "thiagocfn/inscricaoestadual" : " ^1.1"
1414 },
1515 "require-dev" : {
16- "phpunit/phpunit" : " ^8.4" ,
16+ "phpunit/phpunit" : " ^8.4|^9.4 " ,
1717 "orchestra/testbench" : " ^4.0" ,
18- "symplify/changelog-linker" : " ^6.1 " ,
18+ "symplify/changelog-linker" : " ^8.3 " ,
1919 "php-coveralls/php-coveralls" : " ^2.2" ,
2020 "squizlabs/php_codesniffer" : " *" ,
2121 "phpstan/phpstan" : " ^0.12.5"
You can’t perform that action at this time.
0 commit comments