Explicitely require PHP >= 7.3

This commit is contained in:
Pierre Rudloff 2020-10-28 22:17:27 +01:00
parent ac6cd1dbb7
commit f4a9528b56
2 changed files with 4 additions and 3 deletions

View file

@ -19,6 +19,7 @@
}
],
"require": {
"php": ">=7.3",
"ext-intl": "*",
"ext-json": "*",
"aura/session": "^2.1",