|
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.*|5.8.*|5.9.*", |
29 | | - "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*", |
30 | | - "illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*", |
31 | | - "illuminate/filesystem": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*", |
32 | | - "illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*", |
33 | | - "illuminate/pagination": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*", |
34 | | - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*", |
| 28 | + "illuminate/console": "^5.5|^6.0", |
| 29 | + "illuminate/contracts": "^5.5|^6.0", |
| 30 | + "illuminate/database": "^5.5|^6.0", |
| 31 | + "illuminate/filesystem": "^5.5|^6.0", |
| 32 | + "illuminate/http": "^5.5|^6.0", |
| 33 | + "illuminate/pagination": "^5.5|^6.0", |
| 34 | + "illuminate/support": "^5.5|^6.0", |
35 | 35 | "neomerx/json-api": "^1.0.3", |
36 | 36 | "ramsey/uuid": "^3.0", |
37 | 37 | "symfony/psr-http-message-bridge": "^1.0", |
|
43 | 43 | "composer/semver": "^1.5", |
44 | 44 | "guzzlehttp/guzzle": "^6.3", |
45 | 45 | "mockery/mockery": "^1.1", |
46 | | - "orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|3.9.*", |
47 | | - "phpunit/phpunit": "^6.0|^7.0" |
| 46 | + "orchestra/testbench": "^3.5|^4.0", |
| 47 | + "phpunit/phpunit": "^6.0|^7.0|^8.0" |
48 | 48 | }, |
49 | 49 | "suggest": { |
50 | 50 | "cloudcreativity/json-api-testing": "Required to use the test helpers." |
|
0 commit comments