diff options
author | ΠΠΈΡΠ°Π»ΠΈΠΉ ΠΡΡΠ΅ΠΌΡΠ΅Π² <[email protected]> | 2020-11-30 00:29:46 +0300 |
---|---|---|
committer | ΠΠΈΡΠ°Π»ΠΈΠΉ ΠΡΡΠ΅ΠΌΡΠ΅Π² <[email protected]> | 2020-11-30 00:29:46 +0300 |
commit | 744e03e9effda59c35e9a4a359bb6a0503268210 (patch) | |
tree | 6d679176935b997aea3002a597eaa6f1f0b5e22e /composer.json | |
parent | 494c703dae5d3e84c5d8ee3a81fc404bd059ea57 (diff) |
fix for php version
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 21c55fe4..f23fd075 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^7.2 || ^8.0", "ext-json": "*", "ext-curl": "*", "spiral/goridge": "^2.4.2", |