|
16 | 16 | ], |
17 | 17 | "require": { |
18 | 18 | "php": "^5.5.9 || ^7.0", |
19 | | - "dingo/blueprint": "0.1.*", |
| 19 | + "dingo/blueprint": "0.2.*", |
20 | 20 | "doctrine/annotations": "1.2.*", |
21 | | - "illuminate/routing": "5.1.* || 5.2.*", |
22 | | - "illuminate/support": "5.1.* || 5.2.*", |
23 | | - "league/fractal": ">=0.12.0", |
24 | | - "phpdocumentor/reflection-docblock": "2.0.*" |
| 21 | + "illuminate/routing": "5.1.* || 5.2.* || 5.3.*", |
| 22 | + "illuminate/support": "5.1.* || 5.2.* || 5.3.*", |
| 23 | + "league/fractal": ">=0.12.0" |
25 | 24 | }, |
26 | 25 | "require-dev": { |
27 | | - "illuminate/auth": "5.1.* || 5.2.*", |
28 | | - "illuminate/cache": "5.1.* || 5.2.*", |
29 | | - "illuminate/console": "5.1.* || 5.2.*", |
30 | | - "illuminate/database": "5.1.* || 5.2.*", |
31 | | - "illuminate/events": "5.1.* || 5.2.*", |
32 | | - "illuminate/filesystem": "5.1.* || 5.2.*", |
33 | | - "illuminate/log": "5.1.* || 5.2.*", |
34 | | - "illuminate/pagination": "5.1.* || 5.2.*", |
| 26 | + "illuminate/auth": "5.1.* || 5.2.* || 5.3.*", |
| 27 | + "illuminate/cache": "5.1.* || 5.2.* || 5.3.*", |
| 28 | + "illuminate/console": "5.1.* || 5.2.* || 5.3.*", |
| 29 | + "illuminate/database": "5.1.* || 5.2.* || 5.3.*", |
| 30 | + "illuminate/events": "5.1.* || 5.2.* || 5.3.*", |
| 31 | + "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.*", |
| 32 | + "illuminate/log": "5.1.* || 5.2.* || 5.3.*", |
| 33 | + "illuminate/pagination": "5.1.* || 5.2.* || 5.3.*", |
35 | 34 | "laravel/lumen-framework": "5.1.* || 5.2.*", |
36 | 35 | "lucadegasperi/oauth2-server-laravel": "5.0.*", |
37 | 36 | "mockery/mockery": "~0.9", |
|
41 | 40 | }, |
42 | 41 | "suggest": { |
43 | 42 | "lucadegasperi/oauth2-server-laravel": "Protect your API with OAuth 2.0.", |
44 | | - "tymon/jwt-auth": "Protect your API with JSON Web Tokens" |
| 43 | + "tymon/jwt-auth": "Protect your API with JSON Web Tokens." |
45 | 44 | }, |
46 | 45 | "autoload": { |
47 | 46 | "psr-4": { |
|
0 commit comments