Skip to content

Commit 0a38104

Browse files
committed
ci: update Dependencies
1 parent 07ae1ce commit 0a38104

File tree

4 files changed

+2000
-902
lines changed

4 files changed

+2000
-902
lines changed

composer.json

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@
2121
"php": "^8.2",
2222
"ext-intl": "*",
2323
"ext-zip": "*",
24-
"bezhansalleh/filament-shield": "^3.3.4",
25-
"filament/filament": "^v3.2.133",
24+
"bezhansalleh/filament-shield": "^3.3",
25+
"filament/filament": "^v3.2",
2626
"graham-campbell/security": "11.2",
27-
"laravel/framework": "^v11.37.0",
28-
"laravel/jetstream": "^v5.3.4",
29-
"laravel/pennant": "^1.14",
30-
"laravel/sanctum": "^v4.0.7",
31-
"laravel/tinker": "^v2.10.0",
32-
"livewire/livewire": "^v3.5.12",
33-
"livewire/volt": "^1.6",
34-
"robsontenorio/mary": "^1.41.5"
27+
"laravel/framework": "^v11",
28+
"laravel/jetstream": "^v5.3",
29+
"laravel/pennant": "^1.16",
30+
"laravel/sanctum": "^v4.1",
31+
"laravel/tinker": "^v2.10",
32+
"livewire/livewire": "^v3.6",
33+
"livewire/volt": "^1.7",
34+
"robsontenorio/mary": "^1.41"
3535
},
3636
"require-dev": {
3737
"roave/security-advisories": "dev-latest",
38-
"fakerphp/faker": "^v1.24.1",
39-
"larastan/larastan": "^v3.0.2",
40-
"laravel/pint": "^1.19",
41-
"laravel/sail": "^1.39",
38+
"fakerphp/faker": "^v1.24",
39+
"larastan/larastan": "^v3.4",
40+
"laravel/pint": "^v1.22",
41+
"laravel/sail": "^v1.43",
4242
"mockery/mockery": "^1.6",
43-
"nunomaduro/collision": "^8.5",
44-
"pestphp/pest": "^2.36",
45-
"pestphp/pest-plugin-laravel": "^2.4",
46-
"phpat/phpat": "^0.11.2",
43+
"nunomaduro/collision": "^v8.8",
44+
"pestphp/pest": "^v3.8",
45+
"pestphp/pest-plugin-laravel": "^v3.2",
46+
"phpat/phpat": "^0.11",
4747
"phpmd/phpmd": "@stable",
48-
"psalm/plugin-laravel": "^v2.11.0",
49-
"psalm/plugin-mockery": "^1.1",
50-
"psalm/plugin-phpunit": "^0.19.0",
51-
"squizlabs/php_codesniffer": "3.12.2",
52-
"vimeo/psalm": "5.26.1"
48+
"psalm/plugin-laravel": "^v3.0",
49+
"psalm/plugin-mockery": "^1.2",
50+
"psalm/plugin-phpunit": "^0.19.5",
51+
"squizlabs/php_codesniffer": "3.13.2",
52+
"vimeo/psalm": "6.12.0"
5353
},
5454
"autoload": {
5555
"psr-4": {
@@ -107,9 +107,6 @@
107107
"pestphp/pest-plugin": true,
108108
"php-http/discovery": true,
109109
"phpro/grumphp-shim": true
110-
},
111-
"platform": {
112-
"php": "8.2"
113110
}
114111
},
115112
"minimum-stability": "stable",

0 commit comments

Comments
 (0)