Skip to content

Commit 58218ea

Browse files
committed
ci: update Dependencies
1 parent 253f2d6 commit 58218ea

File tree

4 files changed

+1777
-669
lines changed

4 files changed

+1777
-669
lines changed

composer.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^8.2",
16+
"php": "^8.2||^8.3",
1717
"graham-campbell/security": "11.2",
18-
"laravel/framework": "^11.37",
19-
"laravel/pennant": "^1.14",
20-
"laravel/tinker": "^v2.10.0"
18+
"laravel/framework": "^v11.45",
19+
"laravel/pennant": "^v1.17",
20+
"laravel/tinker": "^v2.10.1"
2121
},
2222
"require-dev": {
2323
"roave/security-advisories": "dev-latest",
24-
"fakerphp/faker": "^1.23",
25-
"larastan/larastan": "^v3.0.2",
26-
"laravel/pint": "^v1.19.0",
27-
"laravel/sail": "^v1.39.1",
24+
"fakerphp/faker": "^v1.24.1",
25+
"larastan/larastan": "^v3.4.2",
26+
"laravel/pint": "^v1.22.1",
27+
"laravel/sail": "^v1.43.1",
2828
"mockery/mockery": "^1.6.12",
29-
"nunomaduro/collision": "^v8.5.0",
30-
"pestphp/pest": "^2.36",
31-
"phpat/phpat": "^0.11.2",
29+
"nunomaduro/collision": "^v8.8.1",
30+
"pestphp/pest": "^v3.8.2",
31+
"phpat/phpat": "^0.11.5",
3232
"phpmd/phpmd": "@stable",
33-
"psalm/plugin-laravel": "^v2.11.0",
34-
"psalm/plugin-mockery": "^1.1",
35-
"psalm/plugin-phpunit": "^0.19.0",
36-
"squizlabs/php_codesniffer": "3.12.2",
37-
"vimeo/psalm": "5.26.1"
33+
"psalm/plugin-laravel": "^v3.0.3",
34+
"psalm/plugin-mockery": "^1.2.1",
35+
"psalm/plugin-phpunit": "^0.19.5",
36+
"squizlabs/php_codesniffer": "3.13.2",
37+
"vimeo/psalm": "6.10.*"
3838
},
3939
"autoload": {
4040
"psr-4": {
@@ -93,9 +93,6 @@
9393
"pestphp/pest-plugin": true,
9494
"php-http/discovery": true,
9595
"phpro/grumphp-shim": true
96-
},
97-
"platform": {
98-
"php": "8.2"
9996
}
10097
},
10198
"minimum-stability": "stable",

0 commit comments

Comments
 (0)