From a74919499f1c34dc6b84a89a5a54c0e0d4598195 Mon Sep 17 00:00:00 2001 From: Trushal Thummarom Date: Tue, 19 Sep 2023 17:56:18 +0530 Subject: [PATCH] Added php 8.2 support --- composer.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index b8f98a4..1d6fcf9 100755 --- a/composer.json +++ b/composer.json @@ -30,12 +30,9 @@ } ], "require": { - "php": "^7.2.5||^8.0" - }, - "require-dev": { - "psalm/plugin-laravel": "^1.2", - "vimeo/psalm": "^3.11" + "php": "^7.2.5||^8.0||^8.1||^8.2" }, + "require-dev": {}, "autoload": { "psr-4": { "SevenSpan\\Matomo\\": "src" @@ -46,9 +43,7 @@ "SevenSpan\\Matomo\\Tests\\": "tests" } }, - "scripts": { - "psalm": "vendor/bin/psalm" - }, + "scripts": {}, "config": { "sort-packages": true, "allow-plugins": { @@ -67,4 +62,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file