From 42fc06725676044690b1bf6b803f09dd1f825768 Mon Sep 17 00:00:00 2001 From: "Rawand J. Rasool" <73317192+RawanD201@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:12:48 +0300 Subject: [PATCH] Update for Laravel 11 and php newer version --- composer.json | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index dbafd53..5c84f8a 100644 --- a/composer.json +++ b/composer.json @@ -26,15 +26,22 @@ "source": "https://github.com/TappNetwork/filament-survey" }, "require": { - "php": "^8.1", - "filament/filament": "^3.0-stable", - "filament/spatie-laravel-translatable-plugin": "^3.0-stable", + "php": "^8.2 | ^8.3", + "filament/filament": "^3.2", + "filament/spatie-laravel-translatable-plugin": "^3.2", + "illuminate/contracts": "^10.0|^11.0", "maatwebsite/excel": "^3.1", "spatie/eloquent-sortable": "^4.0", "spatie/laravel-package-tools": "^1.9" }, "require-dev": { - "doctrine/dbal": "^3.6" + "doctrine/dbal": "^3.6|^4.0", + "laravel/pint": "^1.0", + "nunomaduro/collision": "^7.9|^8.1", + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^2.0", + "pestphp/pest-plugin-arch": "^2.0", + "pestphp/pest-plugin-laravel": "^2.0" }, "autoload": { "psr-4": { @@ -42,15 +49,20 @@ } }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "pestphp/pest-plugin": true, + "phpstan/extension-installer": true + } }, "extra": { "laravel": { "providers": [ "Tapp\\FilamentSurvey\\FilamentSurveyServiceProvider" ] + } }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file