From a6190ba934da4c7fa90d5718f57f520662071e02 Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Mon, 21 Dec 2020 14:27:35 +0300 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 137aa6f..dbc3b4b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "description": "Proxy Factory Interface implementation for cycle ORM", "require": { - "php": "^7.2", + "php": ">=7.2", "ext-mbstring": "*", "nikic/php-parser": "^4.2", "doctrine/instantiator": "^1.2",