summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorΠ’ΠΈΡ‚Π°Π»ΠΈΠΉ ΠΡ€Ρ‚Π΅ΠΌΡŒΠ΅Π² <[email protected]>2020-11-30 00:29:46 +0300
committerΠ’ΠΈΡ‚Π°Π»ΠΈΠΉ ΠΡ€Ρ‚Π΅ΠΌΡŒΠ΅Π² <[email protected]>2020-11-30 00:29:46 +0300
commit744e03e9effda59c35e9a4a359bb6a0503268210 (patch)
tree6d679176935b997aea3002a597eaa6f1f0b5e22e /composer.json
parent494c703dae5d3e84c5d8ee3a81fc404bd059ea57 (diff)
fix for php version
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
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",