|
13 | 13 | "email": "jason.lewis1991@gmail.com" |
14 | 14 | }], |
15 | 15 | "require": { |
16 | | - "php": "^7.2.5|^8.0|^8.1", |
17 | | - "dingo/blueprint": "dev-patch-1", |
18 | | - "illuminate/routing": "^7.0|^8.0|^9.0", |
19 | | - "illuminate/support": "^7.0|^8.0|^9.0", |
| 16 | + "php": "^8.0", |
| 17 | + "dingo/blueprint": "^0.4.4", |
| 18 | + "illuminate/routing": "^9.0", |
| 19 | + "illuminate/support": "^9.0", |
20 | 20 | "league/fractal": "^0.20" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | | - "friendsofphp/php-cs-fixer": "~2|~3", |
24 | | - "illuminate/auth": "^7.0|^8.0|^9.0", |
25 | | - "illuminate/cache": "^7.0|^8.0|^9.0", |
26 | | - "illuminate/console": "^7.0|^8.0|^9.0", |
27 | | - "illuminate/database": "^7.0|^8.0|^9.0", |
28 | | - "illuminate/events": "^7.0|^8.0|^9.0", |
29 | | - "illuminate/filesystem": "^7.0|^8.0|^9.0", |
30 | | - "illuminate/log": "^7.0|^8.0|^9.0", |
31 | | - "illuminate/pagination": "^7.0|^8.0|^9.0", |
32 | | - "laravel/lumen-framework": "^7.0|^8.0|^9.0", |
| 23 | + "friendsofphp/php-cs-fixer": "~3", |
| 24 | + "illuminate/auth": "^9.0", |
| 25 | + "illuminate/cache": "^9.0", |
| 26 | + "illuminate/console": "^9.0", |
| 27 | + "illuminate/database": "^9.0", |
| 28 | + "illuminate/events": "^9.0", |
| 29 | + "illuminate/filesystem": "^9.0", |
| 30 | + "illuminate/log": "^9.0", |
| 31 | + "illuminate/pagination": "^9.0", |
| 32 | + "laravel/lumen-framework": "^9.0", |
33 | 33 | "mockery/mockery": "~1.0", |
34 | | - "phpunit/phpunit": "^8.5|^9.0", |
| 34 | + "phpunit/phpunit": "^9.0", |
35 | 35 | "squizlabs/php_codesniffer": "~2.0", |
36 | 36 | "php-open-source-saver/jwt-auth": "^1.4" |
37 | 37 | }, |
38 | | - "repositories": [ |
39 | | - { |
40 | | - "type": "vcs", |
41 | | - "url": "https://github.com/dmason30/blueprint" |
42 | | - } |
43 | | - ], |
44 | 38 | "suggest": { |
45 | 39 | "php-open-source-saver/jwt-auth": "Protect your API with JSON Web Tokens." |
46 | 40 | }, |
|
0 commit comments