|
8 | 8 | "restful" |
9 | 9 | ], |
10 | 10 | "license": "BSD-3-Clause", |
11 | | - "authors": [{ |
| 11 | + "authors": [ |
| 12 | + { |
12 | 13 | "name": "Jason Lewis", |
13 | 14 | "email": "jason.lewis1991@gmail.com" |
14 | | - }], |
| 15 | + }, |
| 16 | + { |
| 17 | + "name": "Max Snow", |
| 18 | + "email": "contact@maxsnow.me" |
| 19 | + } |
| 20 | + ], |
15 | 21 | "require": { |
16 | | - "php": "^8.0", |
17 | | - "illuminate/routing": "^9.0|^10.0|^11.0", |
18 | | - "illuminate/support": "^9.0|^10.0|^11.0", |
| 22 | + "php": "^8.2", |
| 23 | + "illuminate/routing": "^9.0|^10.0|^11.0|^12.0", |
| 24 | + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", |
19 | 25 | "php-open-source-saver/fractal": "^1.0" |
20 | 26 | }, |
21 | 27 | "require-dev": { |
22 | | - "dingo/blueprint": "~0.4", |
23 | 28 | "friendsofphp/php-cs-fixer": "~3", |
24 | | - "illuminate/auth": "^9.0|^10.0|^11.0", |
25 | | - "illuminate/cache": "^9.0|^10.0|^11.0", |
26 | | - "illuminate/console": "^9.0|^10.0|^11.0", |
27 | | - "illuminate/database": "^9.0|^10.0|^11.0", |
28 | | - "illuminate/events": "^9.0|^10.0|^11.0", |
29 | | - "illuminate/filesystem": "^9.0|^10.0|^11.0", |
30 | | - "illuminate/log": "^9.0|^10.0|^11.0", |
31 | | - "illuminate/pagination": "^9.0|^10.0|^11.0", |
32 | | - "laravel/framework": "^9.0|^10.0|^11.0", |
33 | | - "illuminate/translation": "^9.0|^10.0|^11.0", |
| 29 | + "illuminate/auth": "^9.0|^10.0|^11.0|^12.0", |
| 30 | + "illuminate/cache": "^9.0|^10.0|^11.0|^12.0", |
| 31 | + "illuminate/console": "^9.0|^10.0|^11.0|^12.0", |
| 32 | + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", |
| 33 | + "illuminate/events": "^9.0|^10.0|^11.0|^12.0", |
| 34 | + "illuminate/filesystem": "^9.0|^10.0|^11.0|^12.0", |
| 35 | + "illuminate/log": "^9.0|^10.0|^11.0|^12.0", |
| 36 | + "illuminate/pagination": "^9.0|^10.0|^11.0|^12.0", |
| 37 | + "laravel/framework": "^9.0|^10.0|^11.0|^12.0", |
| 38 | + "illuminate/translation": "^9.0|^10.0|^11.0|^12.0", |
34 | 39 | "mockery/mockery": "~1.0", |
35 | | - "php-open-source-saver/jwt-auth": "^1.4 | ^2.2", |
36 | | - "phpunit/phpunit": "^9.0|^10.0", |
| 40 | + "php-open-source-saver/jwt-auth": "^1.4 | ^2.8", |
| 41 | + "phpunit/phpunit": "^9.5|^10.5", |
37 | 42 | "squizlabs/php_codesniffer": "~2.0" |
38 | 43 | }, |
39 | 44 | "suggest": { |
|
55 | 60 | } |
56 | 61 | }, |
57 | 62 | "extra": { |
58 | | - "branch-alias": { |
59 | | - "dev-master": "2.0-dev" |
60 | | - }, |
61 | 63 | "laravel": { |
62 | 64 | "providers": [ |
63 | 65 | "Dingo\\Api\\Provider\\LaravelServiceProvider" |
|
0 commit comments