Skip to content

Commit f893996

Browse files
committed
Update phpcs and phpunit
1 parent 89483b2 commit f893996

17 files changed

Lines changed: 953 additions & 338 deletions

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=5.5.0",
21+
"php": ">=7.1.3",
2222
"ext-pdo": "*",
2323
"ext-curl": "*",
2424
"monolog/monolog": "^1.19",
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"require-dev": {
38-
"phpunit/phpunit": "~4.8",
39-
"squizlabs/php_codesniffer": "~2.5"
38+
"phpunit/phpunit": "^8.5",
39+
"squizlabs/php_codesniffer": "3.5.*"
4040
}
4141
}

0 commit comments

Comments
 (0)