|
4 | 4 | "keywords": [ |
5 | 5 | "maize-tech", |
6 | 6 | "laravel", |
7 | | - "laravel-prunable-fields" |
| 7 | + "prunable", |
| 8 | + "fields" |
8 | 9 | ], |
9 | 10 | "homepage": "https://github.com/maize-tech/laravel-prunable-fields", |
10 | 11 | "license": "MIT", |
|
17 | 18 | ], |
18 | 19 | "require": { |
19 | 20 | "php": "^8.0", |
20 | | - "illuminate/console": "^9.0", |
21 | | - "illuminate/database": "^9.0", |
22 | | - "illuminate/events": "^9.0", |
23 | | - "illuminate/support": "^9.0", |
24 | | - "spatie/laravel-package-tools": "^1.9.2" |
| 21 | + "illuminate/console": "^9.0|^10.0", |
| 22 | + "illuminate/database": "^9.0|^10.0", |
| 23 | + "illuminate/events": "^9.0|^10.0", |
| 24 | + "illuminate/support": "^9.0|^10.0", |
| 25 | + "spatie/laravel-package-tools": "^1.14.1" |
25 | 26 | }, |
26 | 27 | "require-dev": { |
27 | 28 | "friendsofphp/php-cs-fixer": "^3.8", |
28 | 29 | "nunomaduro/collision": "^6.0", |
29 | 30 | "nunomaduro/larastan": "^2.0.1", |
30 | | - "orchestra/testbench": "^7.0", |
| 31 | + "orchestra/testbench": "^7.0|^8.0", |
31 | 32 | "pestphp/pest": "^1.21", |
32 | 33 | "pestphp/pest-plugin-laravel": "^1.1", |
33 | 34 | "phpstan/extension-installer": "^1.1", |
34 | 35 | "phpstan/phpstan-deprecation-rules": "^1.0", |
35 | 36 | "phpstan/phpstan-phpunit": "^1.0", |
36 | | - "phpunit/phpunit": "^9.5", |
37 | | - "spatie/laravel-ray": "^1.26" |
| 37 | + "phpunit/phpunit": "^9.5" |
38 | 38 | }, |
39 | 39 | "autoload": { |
40 | 40 | "psr-4": { |
|
0 commit comments