|
20 | 20 | ], |
21 | 21 | "minimum-stability": "stable", |
22 | 22 | "require": { |
23 | | - "php": "^8.3", |
| 23 | + "php": "^8.4", |
24 | 24 | "firebase/php-jwt": "^6.10", |
25 | | - "saloonphp/saloon": "^3.8", |
| 25 | + "saloonphp/saloon": "3.10.1", |
26 | 26 | "illuminate/collections": "^11.7", |
27 | 27 | "nesbot/carbon": "^3.3", |
28 | | - "azjezz/psl": "^2.9" |
| 28 | + "azjezz/psl": "^3.1" |
29 | 29 | }, |
30 | 30 | "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", |
34 | 34 | "laravel/pint": "^1.1", |
35 | | - "infection/infection": "^0.28", |
36 | 35 | "symfony/dotenv": "^7.0", |
37 | 36 | "symfony/var-dumper": "^7.0", |
38 | 37 | "nunomaduro/collision": "^8.1", |
39 | 38 | "colinodell/psr-testlogger": "^1.3", |
40 | 39 | "fakerphp/faker": "^1.23", |
41 | | - "pestphp/pest-plugin-faker": "^2.0", |
| 40 | + "pestphp/pest-plugin-faker": "^3.0", |
42 | 41 | "caseyamcl/guzzle_retry_middleware": "^2.9", |
43 | | - "php-standard-library/phpstan-extension": "^1.0" |
| 42 | + "php-standard-library/phpstan-extension": "^2.0" |
44 | 43 | }, |
45 | 44 | "autoload": { |
46 | 45 | "psr-4": { |
|
55 | 54 | "config": { |
56 | 55 | "allow-plugins": { |
57 | 56 | "pestphp/pest-plugin": true, |
58 | | - "phpstan/extension-installer": true, |
59 | | - "infection/extension-installer": true |
| 57 | + "phpstan/extension-installer": true |
60 | 58 | } |
61 | 59 | } |
62 | 60 | } |
0 commit comments