|
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "require": { |
23 | | - "php": ">=8.1", |
24 | | - "illuminate/support": "^9.0 || ^10.0 || ^11.0", |
| 23 | + "php": ">=8.2", |
| 24 | + "illuminate/support": "^11.0 || ^12.0", |
25 | 25 | "phpdocumentor/reflection-docblock": "^5.3", |
26 | 26 | "psr/http-factory-implementation": "1.0", |
27 | 27 | "symfony/property-access": "^6.4 || ^7.0", |
28 | 28 | "symfony/property-info": "^6.4 || ^7.0", |
29 | 29 | "symfony/serializer": "^6.4 || ^7.0", |
30 | 30 | "web-auth/cose-lib": "^4.0", |
31 | | - "web-auth/webauthn-lib": "^4.8", |
32 | | - "web-token/jwt-library": "^3.0" |
| 31 | + "web-auth/webauthn-lib": "^4.8 || ^5.0", |
| 32 | + "web-token/jwt-library": "^3.0 || ^4.0" |
33 | 33 | }, |
34 | 34 | "conflict": { |
35 | 35 | "web-auth/webauthn-lib": "4.7.0" |
36 | 36 | }, |
37 | 37 | "require-dev": { |
38 | 38 | "ext-sqlite3": "*", |
| 39 | + "brainmaestro/composer-git-hooks": "^3.0", |
39 | 40 | "guzzlehttp/psr7": "^2.1", |
40 | | - "jschaedl/composer-git-hooks": "^4.0", |
41 | | - "larastan/larastan": "^2.0", |
| 41 | + "larastan/larastan": "^2.0 || ^3.0", |
42 | 42 | "laravel/legacy-factories": "^1.0", |
43 | 43 | "laravel/pint": "^1.13", |
44 | 44 | "ocramius/package-versions": "^2.0", |
45 | | - "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", |
46 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
47 | | - "phpstan/phpstan-phpunit": "^1.0", |
48 | | - "phpstan/phpstan-strict-rules": "^1.0", |
49 | | - "phpunit/phpunit": "^9.5 || ^10.0 || ^11.0", |
50 | | - "psalm/plugin-laravel": "^2.8" |
| 45 | + "orchestra/testbench": "^9.0 || ^10.0", |
| 46 | + "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", |
| 47 | + "phpstan/phpstan-phpunit": "^1.0 || ^2.0", |
| 48 | + "phpstan/phpstan-strict-rules": "^1.0 || ^2.0", |
| 49 | + "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", |
| 50 | + "psalm/plugin-laravel": "^2.8 || ^3.0" |
51 | 51 | }, |
52 | 52 | "suggest": { |
53 | 53 | "guzzlehttp/psr7": "To provide a psr/http-factory-implementation implementation", |
|
0 commit comments