|
1 | 1 | { |
2 | | - "name" : "spatie/laravel-failed-job-monitor", |
3 | | - "description" : "Get notified when a queued job fails", |
4 | | - "keywords" : [ |
| 2 | + "name": "spatie/laravel-failed-job-monitor", |
| 3 | + "description": "Get notified when a queued job fails", |
| 4 | + "keywords": [ |
5 | 5 | "spatie", |
6 | 6 | "queue", |
7 | 7 | "job", |
|
10 | 10 | "slack", |
11 | 11 | "laravel-failed-job-monitor" |
12 | 12 | ], |
13 | | - "homepage" : "https://github.com/spatie/laravel-failed-job-monitor", |
14 | | - "license" : "MIT", |
15 | | - "authors" : [ |
| 13 | + "homepage": "https://github.com/spatie/laravel-failed-job-monitor", |
| 14 | + "license": "MIT", |
| 15 | + "authors": [ |
16 | 16 | { |
17 | | - "name" : "Freek Van der Herten", |
18 | | - |
19 | | - "homepage" : "https://spatie.be", |
20 | | - "role" : "Developer" |
| 17 | + "name": "Freek Van der Herten", |
| 18 | + |
| 19 | + "homepage": "https://spatie.be", |
| 20 | + "role": "Developer" |
21 | 21 | } |
22 | 22 | ], |
23 | | - "require" : { |
24 | | - "php" : "^8.0", |
25 | | - "laravel/framework" : "^7.0|^8.0|^9.0", |
| 23 | + "require": { |
| 24 | + "php": "^8.0", |
| 25 | + "laravel/framework": "^7.0|^8.0|^9.0|^10.0", |
26 | 26 | "spatie/laravel-package-tools": "^1.6" |
27 | 27 | }, |
28 | | - "require-dev" : { |
29 | | - "phpunit/phpunit" : "^8.5|^9.5", |
| 28 | + "require-dev": { |
| 29 | + "phpunit/phpunit": "^8.5|^9.5", |
30 | 30 | "mockery/mockery": "^1.4", |
31 | | - "orchestra/testbench" : "^5.0|^6.0|^7.0" |
| 31 | + "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0" |
32 | 32 | }, |
33 | | - "autoload" : { |
34 | | - "psr-4" : { |
35 | | - "Spatie\\FailedJobMonitor\\" : "src" |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
| 35 | + "Spatie\\FailedJobMonitor\\": "src" |
36 | 36 | } |
37 | 37 | }, |
38 | | - "autoload-dev" : { |
39 | | - "psr-4" : { |
40 | | - "Spatie\\FailedJobMonitor\\Test\\" : "tests" |
| 38 | + "autoload-dev": { |
| 39 | + "psr-4": { |
| 40 | + "Spatie\\FailedJobMonitor\\Test\\": "tests" |
41 | 41 | } |
42 | 42 | }, |
43 | | - "scripts" : { |
44 | | - "test" : "vendor/bin/phpunit" |
| 43 | + "scripts": { |
| 44 | + "test": "vendor/bin/phpunit" |
45 | 45 | }, |
46 | | - "suggest" : { |
47 | | - "guzzlehttp/guzzle" : "Allows notifications to be sent to Slack", |
48 | | - "laravel/slack-notification-channel" : "Required for sending notifications via Slack" |
| 46 | + "suggest": { |
| 47 | + "guzzlehttp/guzzle": "Allows notifications to be sent to Slack", |
| 48 | + "laravel/slack-notification-channel": "Required for sending notifications via Slack" |
49 | 49 | }, |
50 | | - "extra" : { |
51 | | - "laravel" : { |
52 | | - "providers" : [ |
| 50 | + "extra": { |
| 51 | + "laravel": { |
| 52 | + "providers": [ |
53 | 53 | "Spatie\\FailedJobMonitor\\FailedJobMonitorServiceProvider" |
54 | 54 | ] |
55 | 55 | } |
|
0 commit comments