|
16 | 16 | ], |
17 | 17 | "require": { |
18 | 18 | "php": "^7.4 || ^8.0", |
| 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", |
19 | 23 | "illuminate/contracts": "~6.0 || ~7.0 || ~8.0", |
20 | | - "illuminate/support": "~6.0 || ~7.0 || ~8.0", |
| 24 | + "illuminate/cookie": "~6.0 || ~7.0 || ~8.0", |
| 25 | + "illuminate/database": "~6.0 || ~7.0 || ~8.0", |
21 | 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", |
22 | 31 | "illuminate/routing": "~6.0 || ~7.0 || ~8.0", |
23 | | - "spiral/roadrunner-worker": "^2.0", |
24 | | - "spiral/roadrunner-http": "^2.0", |
25 | | - "symfony/psr-http-message-bridge": "^1.2 || ^2.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", |
26 | 37 | "laminas/laminas-diactoros": "^2", |
| 38 | + "spiral/roadrunner-http": "^2.0", |
| 39 | + "spiral/roadrunner-worker": "^2.0", |
27 | 40 | "symfony/console": "^4.3.4 || ^5.0", |
28 | | - "composer-runtime-api": "^2.0" |
| 41 | + "symfony/psr-http-message-bridge": "^1.2 || ^2.0" |
29 | 42 | }, |
30 | 43 | "require-dev": { |
| 44 | + "guzzlehttp/guzzle": "^6.3 || ~7.0", |
| 45 | + "inertiajs/inertia-laravel": "^0.4.2", |
31 | 46 | "laravel/laravel": "~6.0 || ~7.0 || ~8.0", |
| 47 | + "laravel/scout": "~8.0 || ~9.0", |
| 48 | + "laravel/socialite": "^5.0", |
32 | 49 | "mockery/mockery": "^1.3.2", |
33 | 50 | "phpstan/phpstan": "~0.12.80", |
34 | | - "phpunit/phpunit": "^8.0 || ^9.3", |
35 | | - "guzzlehttp/guzzle": "^6.3 || ~7.0" |
| 51 | + "phpunit/phpunit": "^8.0 || ^9.3" |
36 | 52 | }, |
37 | 53 | "autoload": { |
38 | 54 | "psr-4": { |
|
48 | 64 | "bin/rr-worker" |
49 | 65 | ], |
50 | 66 | "scripts": { |
51 | | - "phpunit": "@php ./vendor/bin/phpunit --no-coverage --colors=always", |
| 67 | + "phpunit": "@php ./vendor/bin/phpunit --no-coverage", |
52 | 68 | "phpunit-cover": "@php ./vendor/bin/phpunit", |
53 | 69 | "phpstan": "@php ./vendor/bin/phpstan analyze -c ./phpstan.neon.dist --no-progress --ansi", |
54 | 70 | "test": [ |
|
0 commit comments