summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index f313f4d..117b78e 100644
--- a/composer.json
+++ b/composer.json
@@ -31,10 +31,10 @@
"issues": "https://github.com/composer/semver/issues"
},
"require": {
- "php": "^5.3.2 || ^7.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.5 || ^5.0.5 || ^7",
+ "symfony/phpunit-bridge": "^4.2 || ^5",
"phpstan/phpstan": "^0.12.19"
},
"autoload": {
@@ -49,10 +49,10 @@
},
"extra": {
"branch-alias": {
- "dev-master": "2.x-dev"
+ "dev-master": "3.x-dev"
}
},
"scripts": {
- "test": "phpunit"
+ "test": "vendor/bin/simple-phpunit"
}
}