|
17 | 17 | "require": { |
18 | 18 | "php": "^7.4 || ^8.0", |
19 | 19 | "composer-runtime-api": "^2.0", |
20 | | - "illuminate/auth": "~6.0 || ~7.0 || ~8.0", |
21 | | - "illuminate/broadcasting": "~6.0 || ~7.0 || ~8.0", |
22 | | - "illuminate/cache": "~6.0 || ~7.0 || ~8.0", |
23 | | - "illuminate/contracts": "~6.0 || ~7.0 || ~8.0", |
24 | | - "illuminate/cookie": "~6.0 || ~7.0 || ~8.0", |
25 | | - "illuminate/database": "~6.0 || ~7.0 || ~8.0", |
26 | | - "illuminate/http": "~6.0 || ~7.0 || ~8.0", |
27 | | - "illuminate/mail": "~6.0 || ~7.0 || ~8.0", |
28 | | - "illuminate/notifications": "~6.0 || ~7.0 || ~8.0", |
29 | | - "illuminate/pipeline": "~6.0 || ~7.0 || ~8.0", |
30 | | - "illuminate/queue": "~6.0 || ~7.0 || ~8.0", |
31 | | - "illuminate/routing": "~6.0 || ~7.0 || ~8.0", |
32 | | - "illuminate/session": "~6.0 || ~7.0 || ~8.0", |
33 | | - "illuminate/support": "~6.0 || ~7.0 || ~8.0", |
34 | | - "illuminate/translation": "~6.0 || ~7.0 || ~8.0", |
35 | | - "illuminate/validation": "~6.0 || ~7.0 || ~8.0", |
36 | | - "illuminate/view": "~6.0 || ~7.0 || ~8.0", |
37 | | - "nyholm/psr7": "^1.2", |
38 | | - "spiral/roadrunner-http": "^2.0", |
39 | | - "spiral/roadrunner-worker": "^2.0.3", |
40 | | - "symfony/console": "^4.3.4 || ^5.0", |
41 | | - "symfony/psr-http-message-bridge": "^1.2 || ^2.0" |
| 20 | + "laravel/framework": "~8.0 || ~9.0", |
| 21 | + "nyholm/psr7": "^1.5", |
| 22 | + "spiral/roadrunner-http": "^2.0.4", |
| 23 | + "spiral/roadrunner-worker": "^2.1.5", |
| 24 | + "symfony/psr-http-message-bridge": "^2.0" |
42 | 25 | }, |
43 | 26 | "require-dev": { |
44 | 27 | "guzzlehttp/guzzle": "^6.3 || ~7.0", |
45 | | - "inertiajs/inertia-laravel": "^0.4.2", |
| 28 | + "inertiajs/inertia-laravel": "^0.4.2 || ^0.5", |
46 | 29 | "tightenco/ziggy": "^1.4.0", |
47 | | - "laravel/laravel": "~6.0 || ~7.0 || ~8.0", |
48 | | - "laravel/scout": "~8.0 || ~9.0", |
| 30 | + "laravel/laravel": "~8.0 || ~9.0", |
| 31 | + "laravel/scout": "~9.0", |
49 | 32 | "laravel/socialite": "^5.0", |
50 | 33 | "laravel/telescope": "^4.5", |
51 | | - "mockery/mockery": "^1.3.2", |
52 | | - "phpstan/phpstan": "~1.2", |
53 | | - "phpunit/phpunit": "^8.0 || ^9.3", |
54 | | - "livewire/livewire": "^2.7" |
| 34 | + "livewire/livewire": "^2.7", |
| 35 | + "mockery/mockery": "~1.3.3 || ^1.4.2", |
| 36 | + "phpstan/phpstan": "~1.4", |
| 37 | + "phpunit/phpunit": "^9.3.3" |
55 | 38 | }, |
56 | 39 | "autoload": { |
57 | 40 | "psr-4": { |
|
0 commit comments