|
3 | 3 | "description": "Laravel Remote Rule",
|
4 | 4 | "keywords": [
|
5 | 5 | "maize-tech",
|
6 |
| - "laravel-remote-rule" |
| 6 | + "laravel", |
| 7 | + "remote", |
| 8 | + "rule" |
7 | 9 | ],
|
8 | 10 | "homepage": "https://github.com/maize-tech/laravel-remote-rule",
|
9 | 11 | "license": "MIT",
|
|
17 | 19 | ],
|
18 | 20 | "require": {
|
19 | 21 | "php": "^8.0",
|
20 |
| - "illuminate/contracts": "^9.0", |
21 |
| - "illuminate/database": "^9.0", |
22 |
| - "illuminate/http": "^9.0", |
23 |
| - "illuminate/support": "^9.0", |
24 |
| - "spatie/laravel-package-tools": "^1.9.2" |
| 22 | + "illuminate/contracts": "^9.0|^10.0", |
| 23 | + "illuminate/database": "^9.0|^10.0", |
| 24 | + "illuminate/http": "^9.0|^10.0", |
| 25 | + "illuminate/support": "^9.0|^10.0", |
| 26 | + "spatie/laravel-package-tools": "^1.14.1" |
25 | 27 | },
|
26 | 28 | "require-dev": {
|
27 | 29 | "friendsofphp/php-cs-fixer": "^3.4",
|
28 | 30 | "guzzlehttp/guzzle": "^7.4",
|
29 | 31 | "nunomaduro/collision": "^6.0",
|
30 |
| - "orchestra/testbench": "^7.0", |
| 32 | + "orchestra/testbench": "^7.0|^8.0", |
31 | 33 | "phpunit/phpunit": "^9.5",
|
32 |
| - "spatie/laravel-ray": "^1.26", |
33 | 34 | "vimeo/psalm": "^4.20"
|
34 | 35 | },
|
35 | 36 | "autoload": {
|
|
0 commit comments