Skip to content

Commit

Permalink
Use proper php version constraint
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
  • Loading branch information
Andreas Frömer authored and icanhazstring committed Dec 14, 2021
1 parent f7778fd commit 46d5619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=7.3",
"php": "^7.3 || ^8.0",
"composer-plugin-api": "^2.0",
"composer-unused/symbol-parser": "^0.1.3",
"nikic/php-parser": "^4.13",
Expand Down

0 comments on commit 46d5619

Please sign in to comment.