|
38 | 38 | } |
39 | 39 | ], |
40 | 40 | "require": { |
41 | | - "php": "^8.2", |
| 41 | + "php": "^8.3", |
42 | 42 | "ext-json": "*", |
43 | | - "illuminate/auth": "^10|^11|^12", |
44 | | - "illuminate/contracts": "^10|^11|^12", |
45 | | - "illuminate/http": "^10|^11|^12", |
46 | | - "illuminate/support": "^10|^11|^12", |
| 43 | + "illuminate/auth": "^12|^13", |
| 44 | + "illuminate/contracts": "^12|^13", |
| 45 | + "illuminate/http": "^12|^13", |
| 46 | + "illuminate/support": "^12|^13", |
47 | 47 | "lcobucci/jwt": "^5.4", |
48 | 48 | "namshi/jose": "^7.0", |
49 | 49 | "nesbot/carbon": "^2.0|^3.0" |
50 | 50 | }, |
51 | 51 | "require-dev": { |
52 | 52 | "friendsofphp/php-cs-fixer": "^3", |
53 | | - "illuminate/console": "^10|^11|^12", |
54 | | - "illuminate/routing": "^10|^11|^12", |
55 | | - "orchestra/testbench": "^8|^9|^10", |
| 53 | + "illuminate/console": "^12|^13", |
| 54 | + "illuminate/routing": "^12|^13", |
56 | 55 | "mockery/mockery": "^1.6", |
| 56 | + "orchestra/testbench": "^10|^11", |
57 | 57 | "phpstan/phpstan": "^2", |
58 | 58 | "phpunit/phpunit": "^10.5|^11" |
59 | 59 | }, |
|
68 | 68 | } |
69 | 69 | }, |
70 | 70 | "extra": { |
71 | | - "branch-alias": { |
72 | | - "dev-develop": "2.0-dev" |
73 | | - }, |
74 | 71 | "laravel": { |
75 | 72 | "aliases": { |
76 | 73 | "JWTAuth": "PHPOpenSourceSaver\\JWTAuth\\Facades\\JWTAuth", |
|
0 commit comments