|
9 | 9 | "homepage": "https://github.com/codedor/laravel-online-scope", |
10 | 10 | "license": "MIT", |
11 | 11 | "require": { |
12 | | - "php": "^8.2|^8.3", |
| 12 | + "php": "^8.2", |
13 | 13 | "filament/filament": "^3.0", |
14 | | - "illuminate/contracts": "^10.0|^11.0", |
| 14 | + "illuminate/contracts": "^10.0|^11.0|^12.0", |
15 | 15 | "spatie/laravel-package-tools": "^1.12", |
16 | 16 | "spatie/laravel-translatable": "^6.5" |
17 | 17 | }, |
18 | 18 | "require-dev": { |
19 | 19 | "laravel/pint": "^1.0", |
20 | 20 | "nunomaduro/collision": "^7.0|^8.0", |
21 | | - "larastan/larastan": "^2.0", |
22 | | - "orchestra/testbench": "^8.0|^9.0", |
23 | | - "pestphp/pest": "^2.0", |
24 | | - "pestphp/pest-plugin-laravel": "^2.0", |
25 | | - "phpstan/extension-installer": "^1.1", |
26 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
27 | | - "phpstan/phpstan-phpunit": "^1.0" |
| 21 | + "larastan/larastan": "^2.0|^3.0", |
| 22 | + "orchestra/testbench": "^8.0|^9.0|^10.0", |
| 23 | + "pestphp/pest": "^2.0|^3.0", |
| 24 | + "pestphp/pest-plugin-laravel": "^2.0|^3.0", |
| 25 | + "phpstan/extension-installer": "^1.1|^2.0", |
| 26 | + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", |
| 27 | + "phpstan/phpstan-phpunit": "^1.0|^2.0" |
28 | 28 | }, |
29 | 29 | "autoload": { |
30 | 30 | "psr-4": { |
|
0 commit comments