From 71891c46900c6f3540ffecd9d8cfedb181594e62 Mon Sep 17 00:00:00 2001 From: Alf Drollinger <40421928+adrolli@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:20:30 +0100 Subject: [PATCH] psr-ext fix wip https://github.com/laravel/framework/issues/46165 --- .github/workflows/phpstan.yml | 4 +++- composer.json | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 4a354e3fd..4c38fd8a6 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -22,8 +22,10 @@ jobs: php-version: "8.2" coverage: none - - name: Check PHP install + - name: Remove PHP-PSR Extension run: | + sudo rm /etc/php8.2-sp/conf.d/EXTENSION.ini + sudo service php8.2-fpm-sp restart sudo dpkg --get-selections | grep php - name: Install dependencies diff --git a/composer.json b/composer.json index db7447bc6..d5165c601 100644 --- a/composer.json +++ b/composer.json @@ -49,9 +49,6 @@ "spatie/laravel-ignition": "^2.3", "spatie/laravel-ray": "^1.33" }, - "conflict": { - "ext-psr": "*" - }, "autoload": { "psr-4": { "App\\": "app/",