- Fixed a typo in composer

This commit is contained in:
Dave M. 2023-02-01 18:27:36 +00:00
parent 3d0c2429f4
commit 198c5e670f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
} }
], ],
"require": { "require": {
"php": "^7.4|^8.x", "php": "^7.4|^8.0",
"ext-gd": "*" "ext-gd": "*"
}, },
"autoload": { "autoload": {