Skip to content

Commit ef13477

Browse files
committed
bump php to 7.3 & phpunit to 9.6 should fix #17
1 parent 9a6b273 commit ef13477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
}
3232
],
3333
"require": {
34-
"php": ">=5.6",
34+
"php": ">=7.3",
3535
"ext-curl": "*",
3636
"ext-mbstring": "*",
3737
"ext-fileinfo": "*"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "8.5.*"
40+
"phpunit/phpunit": "9.6.*"
4141
},
4242
"autoload": {
4343
"psr-4": {

0 commit comments

Comments
 (0)