|
1 | 1 | {
|
2 |
| - "name": "chencha/share", |
3 |
| - "description": "Share links with Laravel", |
4 |
| - "keywords": [ |
5 |
| - "share", |
6 |
| - "laravel" |
7 |
| - ], |
8 |
| - "license": "MIT", |
9 |
| - "authors": [ |
10 |
| - { |
11 |
| - "name": "thujohn", |
12 |
| - "email": "jonathan.thuau@gmail.com" |
| 2 | + "name": "chencha/share", |
| 3 | + "description": "Share links with Laravel", |
| 4 | + "keywords": [ |
| 5 | + "share", |
| 6 | + "laravel" |
| 7 | + ], |
| 8 | + "license": "MIT", |
| 9 | + "authors": [ |
| 10 | + { |
| 11 | + "name": "thujohn", |
| 12 | + "email": "jonathan.thuau@gmail.com" |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "chencha", |
| 16 | + "email": "jacob@chenchatech.com" |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "datashaman", |
| 20 | + "email": "marlinf@datashaman.com" |
| 21 | + } |
| 22 | + ], |
| 23 | + "require": { |
| 24 | + "php": "^7.4|^8.0|^8.1", |
| 25 | + "illuminate/support": "^6|^7|^8|^9" |
13 | 26 | },
|
14 |
| - { |
15 |
| - "name": "chencha", |
16 |
| - "email": "jacob@chenchatech.com" |
| 27 | + "autoload": { |
| 28 | + "psr-4": { |
| 29 | + "Chencha\\Share\\": "src/", |
| 30 | + "Tests\\": "tests/" |
| 31 | + } |
17 | 32 | },
|
18 |
| - { |
19 |
| - "name": "datashaman", |
20 |
| - "email": "marlinf@datashaman.com" |
21 |
| - } |
22 |
| - ], |
23 |
| - "require": { |
24 |
| - "php": "^7.4|^8", |
25 |
| - "illuminate/support": "^6|^7|^8" |
26 |
| - }, |
27 |
| - "autoload": { |
28 |
| - "psr-4": { |
29 |
| - "Chencha\\Share\\" : "src/", |
30 |
| - "Tests\\": "tests/" |
31 |
| - } |
32 |
| - }, |
33 |
| - "extra": { |
34 |
| - "laravel": { |
35 |
| - "providers": [ |
36 |
| - "Chencha\\Share\\ShareServiceProvider" |
37 |
| - ], |
38 |
| - "aliases": { |
39 |
| - "Share": "Chencha\\Share\\ShareFacade" |
40 |
| - } |
| 33 | + "extra": { |
| 34 | + "laravel": { |
| 35 | + "providers": [ |
| 36 | + "Chencha\\Share\\ShareServiceProvider" |
| 37 | + ], |
| 38 | + "aliases": { |
| 39 | + "Share": "Chencha\\Share\\ShareFacade" |
| 40 | + } |
| 41 | + } |
| 42 | + }, |
| 43 | + "minimum-stability": "dev", |
| 44 | + "require-dev": { |
| 45 | + "orchestra/testbench": "^4|^5|^6|^7" |
41 | 46 | }
|
42 |
| - }, |
43 |
| - "minimum-stability": "dev", |
44 |
| - "require-dev": { |
45 |
| - "orchestra/testbench": "^4|^5|^6" |
46 |
| - } |
47 | 47 | }
|
0 commit comments