From 6febc260ed9592bcd7bfbb90f68ddfc141a5ad36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Thu, 15 Jul 2021 14:52:46 +0200 Subject: [PATCH] Fixes https://github.com/Setono/deployer-cron/issues/20 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cec1a98..c43f070 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.4", + "php": ">=7.4", "deployer/deployer": "^6.0 || ^7.0", "setono/cron-builder": "^0.3", "symfony/console": "^4.4 || ^5.0",