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