Skip to content

Commit d28ffa1

Browse files
authored
Merge pull request #67 from backstagephp/release/5.x
release: Upgrade to Filament v5 and Livewire v4
2 parents 2a7a30e + 611d66f commit d28ffa1

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.2'
19+
php-version: '8.3'
2020
coverage: none
2121

2222
- name: Install composer dependencies

.github/workflows/run-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.3]
17-
laravel: [12.*]
18-
stability: [prefer-stable]
19-
include:
20-
- laravel: 12.*
21-
testbench: 10.*
22-
carbon: 3.*
23-
collision: 8.*
17+
laravel: [13.*]
18+
stability: [prefer-lowest, prefer-stable]
2419

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

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,18 @@
2121
],
2222
"require": {
2323
"php": "^8.2",
24-
"filament/filament": "^4.0",
24+
"filament/filament": "^5.0",
25+
"livewire/livewire": "^4.0",
2526
"spatie/laravel-package-tools": "^1.15.0",
2627
"backstage/laravel-mails": "self.version"
2728
},
2829
"require-dev": {
2930
"laravel/pint": "^1.16",
3031
"nunomaduro/collision": "^8.8.0",
3132
"orchestra/testbench": "^9.0|^10.0",
32-
"pestphp/pest": "^3.7",
33-
"pestphp/pest-plugin-arch": "^3.1.0",
34-
"pestphp/pest-plugin-laravel": "^3.0"
33+
"pestphp/pest": "^3.0|^4.0",
34+
"pestphp/pest-plugin-arch": "^3.0|^4.0",
35+
"pestphp/pest-plugin-laravel": "^3.0|^4.0"
3536
},
3637
"autoload": {
3738
"psr-4": {

0 commit comments

Comments
 (0)