diff options
author | Vitaly Artemev <[email protected]> | 2020-11-30 14:47:28 +0300 |
---|---|---|
committer | Vitaly Artemev <[email protected]> | 2020-11-30 14:47:28 +0300 |
commit | 06a87687b9fc1c62a7a0346e1634dc8f686ef8b3 (patch) | |
tree | 4df74af1b584672838b5c9783e83e541a1296b59 /composer.json | |
parent | 4e7bdc525777601be7891e5db29a36b5e97e1243 (diff) |
removed php 7.2
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 f23fd075..3ce86754 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.2 || ^8.0", + "php": "^7.3 || ^8.0", "ext-json": "*", "ext-curl": "*", "spiral/goridge": "^2.4.2", |