|
22 | 22 | "php": "^8.1", |
23 | 23 | "ext-json": "*", |
24 | 24 | "guzzlehttp/guzzle": "^7.2", |
25 | | - "illuminate/contracts": "^10.0|^11.0", |
26 | | - "illuminate/notifications": "^10.0|^11.0", |
27 | | - "illuminate/support": "^10.0|^11.0" |
| 25 | + "illuminate/contracts": "^10 || ^11.0", |
| 26 | + "illuminate/notifications": "^10 || ^11.0", |
| 27 | + "illuminate/support": "^10 || ^11.0" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
| 30 | + "larastan/larastan": "^2.9", |
30 | 31 | "mockery/mockery": "^1.4.4", |
31 | | - "nunomaduro/larastan": "^2.4", |
32 | | - "orchestra/testbench": "^8.0|^9.0", |
33 | | - "pestphp/pest": "^1.22|^2.34", |
34 | | - "pestphp/pest-plugin-laravel": "^1.4|^2.3", |
| 32 | + "orchestra/testbench": "^9.0", |
| 33 | + "pestphp/pest": "^2.34", |
| 34 | + "pestphp/pest-plugin-laravel": "^2.3", |
35 | 35 | "phpstan/extension-installer": "^1.2", |
36 | 36 | "phpstan/phpstan-deprecation-rules": "^1.1", |
37 | 37 | "phpstan/phpstan-phpunit": "^1.3", |
38 | | - "phpunit/phpunit": "^9.5.10|^10.5" |
| 38 | + "phpunit/phpunit": "^10.5 || ^11.0" |
39 | 39 | }, |
40 | 40 | "minimum-stability": "dev", |
41 | 41 | "prefer-stable": true, |
|
65 | 65 | }, |
66 | 66 | "scripts": { |
67 | 67 | "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
68 | | - "analyse": "vendor/bin/phpstan analyse", |
69 | | - "test": "vendor/bin/pest", |
70 | | - "test-coverage": "vendor/bin/pest --coverage" |
| 68 | + "analyse": "phpstan analyse", |
| 69 | + "test": "pest", |
| 70 | + "test-coverage": "pest --coverage" |
71 | 71 | } |
72 | 72 | } |
0 commit comments