Skip to content

Commit af852d4

Browse files
committed
upgrade dependencies
1 parent c9fb51d commit af852d4

File tree

4 files changed

+901
-1850
lines changed

4 files changed

+901
-1850
lines changed

composer.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,26 @@
2020
],
2121
"minimum-stability": "stable",
2222
"require": {
23-
"php": "^8.3",
23+
"php": "^8.4",
2424
"firebase/php-jwt": "^6.10",
25-
"saloonphp/saloon": "^3.8",
25+
"saloonphp/saloon": "3.10.1",
2626
"illuminate/collections": "^11.7",
2727
"nesbot/carbon": "^3.3",
28-
"azjezz/psl": "^2.9"
28+
"azjezz/psl": "^3.1"
2929
},
3030
"require-dev": {
31-
"pestphp/pest": "^2.3",
32-
"phpstan/phpstan": "^1.1",
33-
"phpstan/extension-installer": "^1.3",
31+
"pestphp/pest": "^3.7",
32+
"phpstan/phpstan": "^2.0",
33+
"phpstan/extension-installer": "^1.4",
3434
"laravel/pint": "^1.1",
35-
"infection/infection": "^0.28",
3635
"symfony/dotenv": "^7.0",
3736
"symfony/var-dumper": "^7.0",
3837
"nunomaduro/collision": "^8.1",
3938
"colinodell/psr-testlogger": "^1.3",
4039
"fakerphp/faker": "^1.23",
41-
"pestphp/pest-plugin-faker": "^2.0",
40+
"pestphp/pest-plugin-faker": "^3.0",
4241
"caseyamcl/guzzle_retry_middleware": "^2.9",
43-
"php-standard-library/phpstan-extension": "^1.0"
42+
"php-standard-library/phpstan-extension": "^2.0"
4443
},
4544
"autoload": {
4645
"psr-4": {
@@ -55,8 +54,7 @@
5554
"config": {
5655
"allow-plugins": {
5756
"pestphp/pest-plugin": true,
58-
"phpstan/extension-installer": true,
59-
"infection/extension-installer": true
57+
"phpstan/extension-installer": true
6058
}
6159
}
6260
}

0 commit comments

Comments
 (0)