|
18 | 18 | ], |
19 | 19 | "require": { |
20 | 20 | "php": "^8.2", |
21 | | - "illuminate/auth": "^11.0", |
22 | | - "illuminate/console": "^11.0", |
23 | | - "illuminate/encryption": "^11.0", |
24 | | - "illuminate/support": "^11.0", |
25 | | - "illuminate/view": "^11.0", |
| 21 | + "illuminate/contracts": "^11.0|^12.0", |
| 22 | + "illuminate/auth": "^11.0|^12.0", |
| 23 | + "illuminate/console": "^11.0|^12.0", |
| 24 | + "illuminate/encryption": "^11.0|^12.0", |
| 25 | + "illuminate/support": "^11.0|^12.0", |
| 26 | + "illuminate/view": "^11.0|^12.0", |
26 | 27 | "laravel/socialite": "^5.0", |
27 | 28 | "socialiteproviders/gitlab": "^4.0", |
28 | 29 | "socialiteproviders/dropbox": "^4.1" |
29 | 30 | }, |
30 | 31 | "require-dev": { |
31 | 32 | "laravel/pint": "^1.14", |
32 | 33 | "fakerphp/faker": "^1.9.1", |
33 | | - "larastan/larastan": "^2.9", |
| 34 | + "larastan/larastan": "^2.9|^3.0", |
34 | 35 | "mockery/mockery": "^1.4.4", |
35 | | - "phpunit/phpunit": "^10.5", |
36 | | - "orchestra/testbench": "^9.9" |
| 36 | + "phpunit/phpunit": "^10.5|^11.5", |
| 37 | + "orchestra/testbench": "^9.9|^10.0" |
37 | 38 | }, |
38 | 39 | "autoload": { |
39 | 40 | "psr-4": { |
|
68 | 69 | "Identity": "Oneofftech\\Identities\\Facades\\Identity" |
69 | 70 | } |
70 | 71 | } |
71 | | - } |
| 72 | + }, |
| 73 | + "minimum-stability": "dev", |
| 74 | + "prefer-stable": true |
72 | 75 | } |
0 commit comments