Add PHP version dep in composer file

This commit is contained in:
Jansen Price 2020-10-03 23:51:41 -05:00
parent 33ab4eecdc
commit a33fc84627
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
}
],
"require": {
"php": ">=7.2",
"sumpygump/qi-console": "^1.3",
"monolog/monolog": "^2.1",
"neitanod/forceutf8": "^2.0"