|
2 | 2 | "name": "foxws/laravel-modelcache", |
3 | 3 | "description": "Cache helpers for Laravel Eloquent models", |
4 | 4 | "keywords": [ |
5 | | - "foxws", |
6 | 5 | "laravel", |
7 | 6 | "laravel-modelcache", |
8 | 7 | "eloquent", |
9 | 8 | "model", |
| 9 | + "models", |
10 | 10 | "cache", |
11 | 11 | "caching" |
12 | 12 | ], |
|
21 | 21 | ], |
22 | 22 | "require": { |
23 | 23 | "php": "^8.2", |
24 | | - "illuminate/cache": "^10.0|^11.0", |
25 | | - "illuminate/console": "^10.0|^11.0", |
26 | | - "illuminate/container": "^10.0|^11.0", |
27 | | - "illuminate/contracts": "^10.0||^11.0", |
28 | | - "illuminate/support": "^10.0|^11.0", |
29 | | - "nesbot/carbon": "^2.63|^3.0", |
30 | | - "spatie/laravel-package-tools": "^1.17" |
| 24 | + "illuminate/cache": "^11.0|^12.0", |
| 25 | + "illuminate/console": "^11.0|^12.0", |
| 26 | + "illuminate/contracts": "^11.0|^12.0", |
| 27 | + "illuminate/support": "^11.0|^12.0", |
| 28 | + "spatie/laravel-package-tools": "^1.9" |
31 | 29 | }, |
32 | 30 | "require-dev": { |
33 | | - "laravel/pint": "^1.14", |
34 | | - "nunomaduro/collision": "^8.1.1||^7.10.0", |
35 | | - "larastan/larastan": "^2.9", |
36 | | - "orchestra/testbench": "^9.0.0||^8.22.0", |
37 | | - "pestphp/pest": "^2.34", |
38 | | - "pestphp/pest-plugin-arch": "^2.7", |
39 | | - "pestphp/pest-plugin-laravel": "^2.3", |
40 | | - "phpstan/extension-installer": "^1.3", |
41 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
42 | | - "phpstan/phpstan-phpunit": "^1.3", |
43 | | - "spatie/laravel-ray": "^1.35" |
| 31 | + "larastan/larastan": "^3.4", |
| 32 | + "laravel/pint": "^1.22", |
| 33 | + "nunomaduro/collision": "^8.8", |
| 34 | + "orchestra/testbench": "^10.0", |
| 35 | + "pestphp/pest": "^3.7", |
| 36 | + "pestphp/pest-plugin-arch": "^3.1", |
| 37 | + "pestphp/pest-plugin-laravel": "^3.4", |
| 38 | + "phpstan/extension-installer": "^1.4.3", |
| 39 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 40 | + "phpstan/phpstan-phpunit": "^2.0" |
44 | 41 | }, |
45 | 42 | "autoload": { |
46 | 43 | "psr-4": { |
|
0 commit comments