|
25 | 25 | "php": "^7.1", |
26 | 26 | "ext-json": "*", |
27 | 27 | "cloudcreativity/utils-object": "^1.0", |
28 | | - "illuminate/console": "5.5.*|5.6.*|5.7.*", |
29 | | - "illuminate/contracts": "5.5.*|5.6.*|5.7.*", |
30 | | - "illuminate/database": "5.5.*|5.6.*|5.7.*", |
31 | | - "illuminate/filesystem": "5.5.*|5.6.*|5.7.*", |
32 | | - "illuminate/http": "5.5.*|5.6.*|5.7.*", |
33 | | - "illuminate/pagination": "5.5.*|5.6.*|5.7.*", |
34 | | - "illuminate/support": "5.5.*|5.6.*|5.7.*", |
| 28 | + "illuminate/console": "5.5.*|5.6.*|5.7.*|5.8.*", |
| 29 | + "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*", |
| 30 | + "illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*", |
| 31 | + "illuminate/filesystem": "5.5.*|5.6.*|5.7.*|5.8.*", |
| 32 | + "illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*", |
| 33 | + "illuminate/pagination": "5.5.*|5.6.*|5.7.*|5.8.*", |
| 34 | + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*", |
35 | 35 | "neomerx/json-api": "^1.0.3", |
36 | 36 | "ramsey/uuid": "^3.0", |
37 | 37 | "symfony/psr-http-message-bridge": "^1.0", |
38 | 38 | "zendframework/zend-diactoros": "^1.3" |
39 | 39 | }, |
40 | 40 | "require-dev": { |
41 | 41 | "ext-sqlite3": "*", |
42 | | - "cloudcreativity/json-api-testing": "1.0.0-rc.1", |
| 42 | + "cloudcreativity/json-api-testing": "^1.0.0", |
43 | 43 | "guzzlehttp/guzzle": "^6.3", |
44 | 44 | "mockery/mockery": "^1.1", |
45 | | - "orchestra/testbench": "3.5.*|3.6.*|3.7.*", |
| 45 | + "orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*", |
46 | 46 | "phpunit/phpunit": "^6.0|^7.0" |
47 | 47 | }, |
48 | 48 | "suggest": { |
|
0 commit comments