aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 6c2dd75..7ebd752 100644
--- a/composer.json
+++ b/composer.json
@@ -22,11 +22,16 @@
"email": "brucekwells@gmail.com"
}
],
+ "scripts": {
+ "test": "vendor/bin/phpunit --colors=always",
+ "test-coverage": "vendor/bin/phpunit --coverage-html coverage"
+
+ },
"require": {
- "php": ">=7.2"
+ "php": ">=7.3"
},
"require-dev": {
- "phpunit/phpunit": ">=8.0"
+ "phpunit/phpunit": ">=9.0"
},
"autoload": {
"psr-4": {