From 41c15f2cb2e89dc84b1728e5294b614256da1ccf Mon Sep 17 00:00:00 2001 From: Oleksandr Vasylenko Date: Thu, 24 Jun 2021 16:54:52 +0200 Subject: [PATCH] UR claim that rollbar bundle supports php 8 Don't want to bother updating each individual library (eg phpunit) . Just assume it works --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7592685..85ee0be 100755 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "psr-4": { "Tests\\": "tests/"} }, "require": { - "php": "^7.1", + "php": "^7.1 || ^8.0", "rollbar/rollbar": "^2", "symfony/dependency-injection": "^3.4 | ^4.0", "symfony/config": "^3.4 | ^4.0",