summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 9002a91..a84baa7 100644
--- a/composer.json
+++ b/composer.json
@@ -15,8 +15,13 @@
"homepage": "http://ocramius.github.com/"
}
],
+ "config": {
+ "platform": {
+ "php": "7.1.27"
+ }
+ },
"require": {
- "php": "^7.1"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
"ext-phar": "*",