diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 660338a..ea0e059 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.2, 8.3] - laravel: [10.*] + laravel: [10.*, 11.*] stability: [prefer-stable] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/.gitignore b/.gitignore index 83c9b9f..a7f372d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .idea -.phpunit.result.cache +.phpunit.cache build composer.lock coverage diff --git a/composer.json b/composer.json index c911af0..9a96292 100644 --- a/composer.json +++ b/composer.json @@ -9,19 +9,19 @@ "homepage": "https://github.com/codedor/filament-custom-tiptap-extensions", "license": "MIT", "require": { - "php": "^8.2", + "php": "^8.2|^8.3", "awcodes/filament-tiptap-editor": "^3.2", "codedor/filament-link-picker": "^1.0", - "codedor/filament-media-library": "^1.0", + "codedor/filament-media-library": "^1.0|^2.0", "filament/filament": "^3.1", - "illuminate/contracts": "^10.0", + "illuminate/contracts": "^10.0|^11.0", "spatie/laravel-package-tools": "^1.12" }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.0", + "nunomaduro/collision": "^7.0|^8.0", "larastan/larastan": "^2.0", - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0|^9.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-laravel": "^2.0", "phpstan/extension-installer": "^1.1",