Skip to content

Commit

Permalink
Merge pull request #13 from codedor/feature/laravel-11
Browse files Browse the repository at this point in the history
Upgrade to L11
  • Loading branch information
gdebrauwer authored Aug 2, 2024
2 parents 34f7e0b + 49f3b6f commit 99cb968
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ phpstan.neon
testbench.yaml
vendor
node_modules
.phpunit.cache
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"homepage": "https://github.com/codedor/filament-mail-templates",
"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-placeholder-input": "^1.0",
"codedor/filament-placeholder-input": "^1.1",
"codedor/filament-translatable-tabs": "^1.0",
"codedor/laravel-locale-collection": "^1.0",
"filament/filament": "^3.0",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.12",
"spatie/laravel-translatable": "^6.5"
},
"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",
Expand Down

0 comments on commit 99cb968

Please sign in to comment.