|
16 | 16 | } |
17 | 17 | ], |
18 | 18 | "require": { |
19 | | - "php": "^8.1|^8.2", |
20 | | - "illuminate/contracts": "^11.0", |
| 19 | + "php": "^8.2|^8.3|^8.4", |
| 20 | + "illuminate/contracts": "^11.0|^12.0", |
21 | 21 | "laravel/slack-notification-channel": "^3.2", |
22 | 22 | "ext-json": "*" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
| 25 | + "brianium/paratest": "^7.0.6", |
25 | 26 | "friendsofphp/php-cs-fixer": "^3.2", |
26 | | - "laravel/sanctum": "^4.0", |
27 | | - "orchestra/testbench": "^9.0", |
28 | | - "phpunit/phpunit": "^10.0|^11.0", |
29 | | - "symfony/stopwatch": "^4.4|^5.0", |
30 | | - "nunomaduro/larastan": "^2.0", |
31 | | - "phpstan/extension-installer": "^1.1" |
| 27 | + "laravel/sanctum": "^4.0|^5.0", |
| 28 | + "nunomaduro/collision": "^8.1", |
| 29 | + "orchestra/testbench": "^9.0|^10.0", |
| 30 | + "phpunit/phpunit": "^10.0|^11.0|^12.0", |
| 31 | + "symfony/stopwatch": "^4.4|^5.0|^6.0|^7.0" |
32 | 32 | }, |
33 | 33 | "autoload": { |
34 | 34 | "psr-4": { |
|
46 | 46 | }, |
47 | 47 | "scripts": { |
48 | 48 | "analyse": "vendor/bin/phpstan analyse", |
49 | | - "test": "vendor/bin/phpunit --colors=always", |
| 49 | + "test": "vendor/bin/testbench package:test --parallel --no-coverage", |
50 | 50 | "test-coverage": "vendor/bin/phpunit --coverage-html coverage" |
51 | 51 | }, |
52 | 52 | "config": { |
|
0 commit comments