|
24 | 24 | "require": { |
25 | 25 | "php": "^7.2", |
26 | 26 | "ext-json": "*", |
27 | | - "illuminate/console": "^6.0", |
28 | | - "illuminate/contracts": "^6.0", |
29 | | - "illuminate/database": "^6.0", |
30 | | - "illuminate/filesystem": "^6.0", |
31 | | - "illuminate/http": "^6.0", |
32 | | - "illuminate/pagination": "^6.0", |
33 | | - "illuminate/support": "^6.0", |
| 27 | + "illuminate/console": "^7.0", |
| 28 | + "illuminate/contracts": "^7.0", |
| 29 | + "illuminate/database": "^7.0", |
| 30 | + "illuminate/filesystem": "^7.0", |
| 31 | + "illuminate/http": "^7.0", |
| 32 | + "illuminate/pagination": "^7.0", |
| 33 | + "illuminate/support": "^7.0", |
34 | 34 | "neomerx/json-api": "^1.0.3", |
35 | 35 | "nyholm/psr7": "^1.2", |
36 | 36 | "ramsey/uuid": "^3.0", |
|
40 | 40 | "ext-sqlite3": "*", |
41 | 41 | "cloudcreativity/json-api-testing": "^2.1", |
42 | 42 | "guzzlehttp/guzzle": "^6.3", |
| 43 | + "laravel/ui": "^2.0", |
43 | 44 | "mockery/mockery": "^1.1", |
44 | | - "orchestra/testbench": "^4.0", |
| 45 | + "orchestra/testbench": "^5.0", |
45 | 46 | "phpunit/phpunit": "^8.0" |
46 | 47 | }, |
47 | 48 | "suggest": { |
|
0 commit comments