|
17 | 17 | ],
|
18 | 18 | "require": {
|
19 | 19 | "php": "^8.1",
|
20 |
| - "spatie/laravel-package-tools": "^1.13.0", |
21 |
| - "illuminate/contracts": "^9.0" |
| 20 | + "spatie/laravel-package-tools": "^1.15", |
| 21 | + "illuminate/contracts": "^9.0|^10.0" |
22 | 22 | },
|
23 | 23 | "require-dev": {
|
24 |
| - "laravel/pint": "^1.0", |
| 24 | + "laravel/pint": "^1.10.3", |
25 | 25 | "nunomaduro/collision": "^6.0",
|
26 |
| - "nunomaduro/larastan": "^2.0.1", |
| 26 | + "nunomaduro/larastan": "^2.6.3", |
27 | 27 | "orchestra/testbench": "^7.0",
|
28 |
| - "pestphp/pest": "^1.21", |
29 |
| - "pestphp/pest-plugin-laravel": "^1.1", |
30 |
| - "phpstan/extension-installer": "^1.1", |
31 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
32 |
| - "phpstan/phpstan-phpunit": "^1.0", |
33 |
| - "phpunit/phpunit": "^9.5" |
| 28 | + "pestphp/pest": "^1", |
| 29 | + "pestphp/pest-plugin-laravel": "^1", |
| 30 | + "phpstan/extension-installer": "^1.3.1", |
| 31 | + "phpstan/phpstan-deprecation-rules": "^1.1.3", |
| 32 | + "phpstan/phpstan-phpunit": "^1.3.13", |
| 33 | + "phpunit/phpunit": "^9.6" |
34 | 34 | },
|
35 | 35 | "autoload": {
|
36 | 36 | "psr-4": {
|
|
0 commit comments