aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2022-12-22 03:31:32 +0300
committerGitHub <noreply@github.com>2022-12-22 03:31:32 +0300
commit84ac3bbdf07c01e021e0b5b1b462e859687f410a (patch)
tree915ad94f5c9b072e2e439cf647ebfc7754a1dda0
parent7704ba918fbbacfd40a87725b2e01fde58b186d0 (diff)
Update to php 8.0 in for packagist
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 1defb99..a0dee1f 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
},
"require": {
- "php": ">=7.4"
+ "php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": ">=9.0",