From 7b70340ea6f9fe76efbcae5ebd97ed1a5a8c5cb8 Mon Sep 17 00:00:00 2001 From: Julian Canepa Date: Fri, 18 Feb 2022 10:33:38 -0800 Subject: [PATCH] Bump php version requirement, remove illuminate/support to fix conflict with laravel/framework version 9. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 97c0c95..3058ebc 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,7 @@ } ], "require": { - "php": ">=7.2", - "illuminate/support": "^6.0|^7.0|^8.0", + "php": "^8.0", "rollbar/rollbar": "^2" }, "require-dev": {