Skip to content

Commit

Permalink
upgrade minimum version, phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
mike42 committed Mar 6, 2021
1 parent dbe723e commit d97613f
Show file tree
Hide file tree
Showing 8 changed files with 951 additions and 376 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -18,11 +18,11 @@
],
"config": {
"platform": {
"php": "7.0.0"
"php": "7.3.0"
}
},
"require" : {
"php" : ">=7.0.0",
"php" : ">=7.3.0",
"ext-json": "*",
"ext-intl": "*",
"ext-zlib": "*",
Expand All @@ -33,7 +33,7 @@
"ext-gd" : "Used for image printing if present."
},
"require-dev" : {
"phpunit/phpunit" : "^6.5",
"phpunit/phpunit" : "^9",
"squizlabs/php_codesniffer" : "^3.3"
},
"autoload" : {
Expand Down

0 comments on commit d97613f

Please sign in to comment.