From ac03dddad103f80798efffd0ecefcd591356a8c4 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Sun, 25 Oct 2015 12:05:31 +0100 Subject: [PATCH] Allow PHP 7 in Composer See https://twitter.com/ocramius/status/658225000546238464 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b6ec0b..12e715c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ { "name": "Dmitri Lakachauskis", "email": "dmitri@devmachine.net" } ], "require": { - "php": ">=5.4.0", + "php": "^5.4|^7.0", "simple-bus/message-bus": "~2.0", "simple-bus/asynchronous-bundle": "~2.0", "simple-bus/asynchronous": "~2.0",