|
5 | 5 | "keywords": ["laravel", "framework"],
|
6 | 6 | "license": "MIT",
|
7 | 7 | "require": {
|
8 |
| - "php": "^8.1", |
9 |
| - "binaryk/laravel-restify": "^8.0", |
| 8 | + "php": "^8.2", |
| 9 | + "binaryk/laravel-restify": "^9.0", |
10 | 10 | "guzzlehttp/guzzle": "^7.2",
|
11 |
| - "laravel/framework": "^10.10", |
| 11 | + "laravel/framework": "^11.0", |
12 | 12 | "laravel/horizon": "^5.17",
|
13 |
| - "laravel/sanctum": "^3.2", |
14 |
| - "laravel/telescope": "^4.15", |
15 |
| - "laravel/tinker": "^2.8" |
| 13 | + "laravel/sanctum": "^4.0", |
| 14 | + "laravel/telescope": "^5.0", |
| 15 | + "laravel/tinker": "^2.9" |
16 | 16 | },
|
17 | 17 | "require-dev": {
|
18 | 18 | "brianium/paratest": "^7.2",
|
19 |
| - "driftingly/rector-laravel": "^0.21.0", |
| 19 | + "driftingly/rector-laravel": "^1.0", |
20 | 20 | "fakerphp/faker": "^1.9.1",
|
21 | 21 | "laravel/pint": "^1.0",
|
22 | 22 | "laravel/sail": "^1.18",
|
23 |
| - "mockery/mockery": "^1.4.4", |
24 |
| - "nunomaduro/collision": "^7.0", |
25 |
| - "nunomaduro/larastan": "^2.0", |
26 |
| - "nunomaduro/phpinsights": "^2.8", |
27 |
| - "phpunit/phpunit": "^10.1", |
28 |
| - "rector/rector": "^0.17.2", |
29 |
| - "spatie/laravel-ignition": "^2.0" |
| 23 | + "mockery/mockery": "^1.6", |
| 24 | + "nunomaduro/collision": "^8.0", |
| 25 | + "larastan/larastan": "^2.9", |
| 26 | + "nunomaduro/phpinsights": "^2.11", |
| 27 | + "phpunit/phpunit": "^10.0", |
| 28 | + "rector/rector": "^1.1", |
| 29 | + "spatie/laravel-ignition": "^2.7" |
30 | 30 | },
|
31 | 31 | "autoload": {
|
32 | 32 | "psr-4": {
|
|
58 | 58 | "fresh": "php artisan fresh --seed",
|
59 | 59 | "larastan": "vendor/bin/phpstan analyse --memory-limit=2G",
|
60 | 60 | "phpinsights": "./vendor/bin/phpinsights analyse --ansi -v --no-interaction --disable-security-check --flush-cache",
|
61 |
| - "test": "php artisan test --naarallel --stop-on-failure", |
| 61 | + "test": "php artisan test --parallel --stop-on-failure", |
62 | 62 | "pint": "./vendor/bin/pint"
|
63 | 63 | },
|
64 | 64 | "extra": {
|
|
0 commit comments