summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 3444690..a52ece0 100644
--- a/composer.json
+++ b/composer.json
@@ -10,11 +10,11 @@
"issues": "https://github.com/llaville/php-compatinfo/issues"
},
"require": {
- "php": "^8.0",
+ "php": "~8.0 || ~8.1 || ~8.2",
"ext-json": "*",
"ext-pcre": "*",
"ext-spl": "*",
- "bartlett/php-compatinfo-db": "^5.0",
+ "bartlett/php-compatinfo-db": "^5.12",
"bartlett/sarif-php-sdk": "^1.0",
"composer-runtime-api": "^2.1",
"doctrine/collections": "^1.4",