Skip to content

Commit

Permalink
Merge pull request #184 from lara-zeus/bump-filament-3-1
Browse files Browse the repository at this point in the history
update to filament v3.1
  • Loading branch information
atmonshi authored Jan 8, 2024
2 parents f51340b + b5e99e6 commit 1d52d67
Show file tree
Hide file tree
Showing 4 changed files with 865 additions and 2,175 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
laravel: [10.*]
stability: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
branch: 3.x
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md
file_pattern: CHANGELOG.md
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,27 @@
"php": "^8.1",
"ext-json": "*",
"doctrine/dbal": "^3.5.1",
"filament/spatie-laravel-media-library-plugin": "^3.0",
"filament/spatie-laravel-tags-plugin": "^3.0",
"filament/spatie-laravel-media-library-plugin": "^3.1",
"filament/spatie-laravel-tags-plugin": "^3.1",
"spatie/laravel-medialibrary": "^10.0.0",
"spatie/laravel-sluggable": "^3.3",
"spatie/laravel-tags": "^4.4",
"andrewdwallo/filament-selectify": "^2.0",
"lara-zeus/core": "^3.0"
"lara-zeus/core": "^3.1"
},
"require-dev": {
"laravel/pint": "^1.0",
"phpunit/phpunit": "^10.1",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0.1",
"nunomaduro/phpinsights": "^2.8",
"pestphp/pest-plugin-livewire": "2.x-dev",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"laravel/pint": "^1.0",
"larastan/larastan": "^2.2",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-livewire": "^2.1",
"phpstan/extension-installer": "^1.1"
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1d52d67

Please sign in to comment.