|
4 | 4 | "keywords": [ |
5 | 5 | "maize-tech", |
6 | 6 | "laravel", |
7 | | - "laravel-nps" |
| 7 | + "nps" |
8 | 8 | ], |
9 | 9 | "homepage": "https://github.com/maize-tech/laravel-nps", |
10 | 10 | "license": "MIT", |
|
24 | 24 | ], |
25 | 25 | "require": { |
26 | 26 | "php": "^8.0", |
27 | | - "illuminate/database": "^9.0", |
28 | | - "illuminate/http": "^9.0", |
29 | | - "illuminate/routing": "^9.0", |
30 | | - "illuminate/support": "^9.0", |
31 | | - "illuminate/validation": "^9.0", |
32 | | - "spatie/laravel-package-tools": "^1.9.2" |
| 27 | + "illuminate/database": "^9.0|^10.0", |
| 28 | + "illuminate/http": "^9.0|^10.0", |
| 29 | + "illuminate/routing": "^9.0|^10.0", |
| 30 | + "illuminate/support": "^9.0|^10.0", |
| 31 | + "illuminate/validation": "^9.0|^10.0", |
| 32 | + "spatie/laravel-package-tools": "^1.14.1" |
33 | 33 | }, |
34 | 34 | "require-dev": { |
35 | 35 | "friendsofphp/php-cs-fixer": "^3.4", |
36 | 36 | "nunomaduro/collision": "^6.0", |
37 | 37 | "nunomaduro/larastan": "^2.0.1", |
38 | | - "orchestra/testbench": "^7.0", |
| 38 | + "orchestra/testbench": "^7.0|^8.0", |
39 | 39 | "pestphp/pest": "^1.21", |
40 | 40 | "pestphp/pest-plugin-laravel": "^1.1", |
41 | 41 | "phpstan/extension-installer": "^1.1", |
42 | 42 | "phpstan/phpstan-deprecation-rules": "^1.0", |
43 | 43 | "phpstan/phpstan-phpunit": "^1.0", |
44 | | - "phpunit/phpunit": "^9.5", |
45 | | - "spatie/laravel-ray": "^1.26" |
| 44 | + "phpunit/phpunit": "^9.5" |
46 | 45 | }, |
47 | 46 | "autoload": { |
48 | 47 | "psr-4": { |
|
0 commit comments