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