diff options
author | Valery Piashchynski <[email protected]> | 2020-12-22 11:40:29 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-22 11:40:29 +0300 |
commit | f0c76183d9b1cd1ffd696874720cc82bde54fd14 (patch) | |
tree | 5fc46b0dc06407da77dcaef56cd6214f654bb151 /composer.json | |
parent | a61992293ca98c27e40ed427ee147a8abb4dcc6c (diff) | |
parent | 5a9507bdc62f0ec62c6a59888257b17806634719 (diff) |
Merge pull request #460 from spiral/release_1.9.1v1.9.1
Release 1.9.1
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 3d6b3d22..f64a9263 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": "^7.2 || ^8.0", "ext-json": "*", "ext-curl": "*", "spiral/goridge": "^2.4.2", |