|
23 | 23 | } |
24 | 24 | ], |
25 | 25 | "require": { |
26 | | - "php": "^5.5.9 || ^7.0", |
27 | | - "illuminate/auth": "^5.1", |
28 | | - "illuminate/contracts": "^5.1", |
29 | | - "illuminate/http": "^5.1", |
30 | | - "illuminate/support": "^5.1", |
| 26 | + "php": "^5.5.9|^7.0", |
| 27 | + "illuminate/auth": "^5.1|^6", |
| 28 | + "illuminate/contracts": "^5.1|^6", |
| 29 | + "illuminate/http": "^5.1|^6", |
| 30 | + "illuminate/support": "^5.1|^6", |
31 | 31 | "lcobucci/jwt": "^3.2", |
32 | 32 | "namshi/jose": "^7.0", |
33 | | - "nesbot/carbon": "^1.0 || ^2.0" |
| 33 | + "nesbot/carbon": "^1.0|^2.0" |
34 | 34 | }, |
35 | 35 | "require-dev": { |
36 | | - "cartalyst/sentinel": "2.0.*", |
37 | | - "illuminate/console": "^5.1", |
38 | | - "illuminate/database": "^5.1", |
39 | | - "illuminate/routing": "^5.1", |
| 36 | + "cartalyst/sentinel": "^2|^3", |
| 37 | + "illuminate/console": "^5.1|^6", |
| 38 | + "illuminate/database": "^5.1|^6", |
| 39 | + "illuminate/routing": "^5.1|^6", |
40 | 40 | "mockery/mockery": ">=0.9.9", |
41 | | - "phpunit/phpunit": "~4.8 || ~6.0" |
| 41 | + "phpunit/phpunit": "~4.8|~6.0" |
42 | 42 | }, |
43 | 43 | "autoload": { |
44 | 44 | "psr-4": { |
|
0 commit comments