|
18 | 18 | "require": { |
19 | 19 | "php": "^7.4|^8.0", |
20 | 20 | "ext-intl": "*", |
| 21 | + "ext-json": "*", |
21 | 22 | "graham-campbell/guzzle-factory": "^5.0", |
22 | 23 | "guzzlehttp/guzzle": "^7.4", |
23 | | - "laravel/framework": "^8.73|^9.0", |
24 | | - "laravel/slack-notification-channel": "^2.3", |
| 24 | + "illuminate/cache": "^8.73|^9.0", |
| 25 | + "illuminate/config": "^8.73|^9.0", |
| 26 | + "illuminate/console": "^8.73|^9.0", |
| 27 | + "illuminate/container": "^8.73|^9.0", |
| 28 | + "illuminate/contracts": "^8.73|^9.0", |
| 29 | + "illuminate/events": "^8.73|^9.0", |
| 30 | + "illuminate/filesystem": "^8.73|^9.0", |
| 31 | + "illuminate/notifications": "^8.73|^9.0", |
| 32 | + "illuminate/support": "^8.73|^9.0", |
| 33 | + "laravel/slack-notification-channel": "^2.4", |
25 | 34 | "spatie/ssl-certificate": "^1.22|^2.1.2", |
26 | 35 | "spatie/url": "^1.0.1" |
27 | 36 | }, |
28 | 37 | "require-dev": { |
29 | 38 | "mockery/mockery": "^1.4", |
| 39 | + "illuminate/testing": "^8.73|^9.0", |
30 | 40 | "orchestra/testbench": "^6.23|^7.0", |
31 | 41 | "phpunit/phpunit": "^9.5" |
32 | 42 | }, |
|
0 commit comments