|
20 | 20 | ], |
21 | 21 | "require": { |
22 | 22 | "php": "^8.2", |
23 | | - "guzzlehttp/guzzle": "^7.5", |
24 | | - "illuminate/contracts": "^10.0", |
25 | | - "spatie/laravel-package-tools": "^1.9.2", |
26 | | - "cloudinary/cloudinary_php": "^2.10.0", |
27 | | - "nesbot/carbon": "^2.64.0" |
| 23 | + "guzzlehttp/guzzle": "^7.7.0", |
| 24 | + "illuminate/contracts": "^10.19", |
| 25 | + "spatie/laravel-package-tools": "^1.16.0", |
| 26 | + "cloudinary/cloudinary_php": "^2.11.0", |
| 27 | + "nesbot/carbon": "^2.69.0" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | | - "laravel/pint": "^1.0", |
31 | | - "nunomaduro/collision": "^7.9", |
32 | | - "nunomaduro/larastan": "^2.0.1", |
33 | | - "orchestra/testbench": "^8.0", |
34 | | - "pestphp/pest": "^2.0", |
35 | | - "pestphp/pest-plugin-arch": "^2.0", |
36 | | - "pestphp/pest-plugin-laravel": "^2.0", |
37 | | - "phpstan/extension-installer": "^1.1", |
38 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
39 | | - "phpstan/phpstan-phpunit": "^1.0", |
40 | | - "spatie/laravel-ray": "^1.26" |
| 30 | + "laravel/pint": "^1.11", |
| 31 | + "nunomaduro/collision": "^7.8.1", |
| 32 | + "nunomaduro/larastan": "^2.6.4", |
| 33 | + "orchestra/testbench": "^8.9", |
| 34 | + "pestphp/pest": "^2.16", |
| 35 | + "pestphp/pest-plugin-arch": "^2.3.3", |
| 36 | + "pestphp/pest-plugin-laravel": "^2.2.0", |
| 37 | + "phpstan/extension-installer": "^1.3.1", |
| 38 | + "phpstan/phpstan-deprecation-rules": "^1.1.4", |
| 39 | + "phpstan/phpstan-phpunit": "^1.3.13", |
| 40 | + "spatie/laravel-ray": "^1.32.6" |
41 | 41 | }, |
42 | 42 | "autoload": { |
43 | 43 | "psr-4": { |
|
69 | 69 | ] |
70 | 70 | } |
71 | 71 | }, |
72 | | - "minimum-stability": "dev", |
| 72 | + "minimum-stability": "stable", |
73 | 73 | "prefer-stable": true |
74 | 74 | } |
0 commit comments