Skip to content

Commit 38b236a

Browse files
authored
Merge pull request #50 from lara-zeus/updates
update to last filament
2 parents bbe1aee + fa14a41 commit 38b236a

File tree

7 files changed

+8823
-5787
lines changed

7 files changed

+8823
-5787
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: 0 additions & 47 deletions
This file was deleted.

composer.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,22 @@
2626
}
2727
],
2828
"require": {
29-
"php": "^8.1",
29+
"php": "^8.2",
3030
"calebporzio/sushi": "^2.4",
3131
"spatie/laravel-package-tools": "^1.16",
32-
"filament/filament": "*",
33-
"lara-zeus/spatie-translatable": "*",
34-
"lara-zeus/chaos": "*",
35-
"lara-zeus/filament-plugin-tools": "*",
36-
"secondnetwork/blade-tabler-icons": "^3.0",
32+
"filament/filament": "^4.0",
33+
"lara-zeus/spatie-translatable": "^1.0",
34+
"lara-zeus/chaos": "^2.0",
35+
"lara-zeus/filament-plugin-tools": "^2.0",
36+
"lara-zeus/tabler-icons-enum": "^1.0",
3737
"spatie/laravel-tags": "^4.6"
3838
},
3939
"require-dev": {
40-
"nunomaduro/collision": "^7.0",
41-
"laravel/pint": "^1.0",
42-
"larastan/larastan": "^2.2",
43-
"orchestra/testbench": "^8.0",
44-
"phpstan/extension-installer": "^1.4",
45-
"phpstan/phpstan": "^2.1",
46-
"phpstan/phpstan-deprecation-rules": "^2.0",
47-
"phpstan/phpstan-phpunit": "^2.0"
40+
"larastan/larastan": "^3.0",
41+
"laravel/pint": "^1.24",
42+
"nunomaduro/collision": "^8.6",
43+
"nunomaduro/phpinsights": "^2.8",
44+
"orchestra/testbench": "^10.0"
4845
},
4946
"autoload": {
5047
"psr-4": {

0 commit comments

Comments
 (0)