|
1 | 1 | { |
2 | | - "name": "dystcz/dystore-newsletter", |
3 | | - "description": "Add the possibility to sign up to newsletter lists to your Dystore backend", |
4 | | - "keywords": [ |
5 | | - "dystopia", |
6 | | - "dystore", |
7 | | - "lunar", |
8 | | - "newsletter" |
9 | | - ], |
10 | | - "homepage": "https://github.com/dystcz/dystore", |
11 | | - "license": "MIT", |
12 | | - "type": "library", |
13 | | - "authors": [ |
14 | | - { |
15 | | - "name": "Dystopia", |
16 | | - "homepage": "https://dy.st/" |
17 | | - } |
18 | | - ], |
19 | | - "require": { |
20 | | - "php": "^8.2", |
21 | | - "dystcz/dystore-api": "^1.1", |
22 | | - "illuminate/support": "^11.0", |
23 | | - "spatie/laravel-newsletter": "^5.1" |
| 2 | + "name": "dystcz/dystore-newsletter", |
| 3 | + "description": "Add the possibility to sign up to newsletter lists to your Dystore backend", |
| 4 | + "keywords": [ |
| 5 | + "dystopia", |
| 6 | + "dystore", |
| 7 | + "lunar", |
| 8 | + "newsletter" |
| 9 | + ], |
| 10 | + "homepage": "https://github.com/dystcz/dystore", |
| 11 | + "license": "MIT", |
| 12 | + "type": "library", |
| 13 | + "authors": [ |
| 14 | + { |
| 15 | + "name": "Dystopia", |
| 16 | + "homepage": "https://dy.st/" |
| 17 | + } |
| 18 | + ], |
| 19 | + "require": { |
| 20 | + "php": "^8.2", |
| 21 | + "dystcz/dystore-api": "^1.0.0", |
| 22 | + "illuminate/support": "^11.0|^12.0", |
| 23 | + "spatie/laravel-newsletter": "^5.1" |
| 24 | + }, |
| 25 | + "suggest": { |
| 26 | + "spatie/mailcoach-sdk-php": "For working with Mailcoach", |
| 27 | + "drewm/mailchimp-api": "For working with MailChimp", |
| 28 | + "getbrevo/brevo-php": "For working with Brevo" |
| 29 | + }, |
| 30 | + "require-dev": { |
| 31 | + "drewm/mailchimp-api": "^2.5", |
| 32 | + "getbrevo/brevo-php": "^1.0", |
| 33 | + "spatie/mailcoach-sdk-php": "^1.1" |
| 34 | + }, |
| 35 | + "autoload": { |
| 36 | + "psr-4": { |
| 37 | + "Dystore\\Newsletter\\": "src", |
| 38 | + "Dystore\\Newsletter\\Database\\Factories\\": "database/factories", |
| 39 | + "Dystore\\Newsletter\\Database\\State\\": "database/state" |
24 | 40 | }, |
25 | | - "suggest": { |
26 | | - "spatie/mailcoach-sdk-php": "For working with Mailcoach", |
27 | | - "drewm/mailchimp-api": "For working with MailChimp", |
28 | | - "getbrevo/brevo-php": "For working with Brevo" |
29 | | - }, |
30 | | - "require-dev": { |
31 | | - "drewm/mailchimp-api": "^2.5", |
32 | | - "getbrevo/brevo-php": "^1.0", |
33 | | - "spatie/mailcoach-sdk-php": "^1.1" |
34 | | - }, |
35 | | - "autoload": { |
36 | | - "psr-4": { |
37 | | - "Dystore\\Newsletter\\": "src", |
38 | | - "Dystore\\Newsletter\\Database\\Factories\\": "database/factories", |
39 | | - "Dystore\\Newsletter\\Database\\State\\": "database/state" |
40 | | - }, |
41 | | - "files": [ |
42 | | - "autoload.php" |
43 | | - ] |
44 | | - }, |
45 | | - "config": { |
46 | | - "sort-packages": true, |
47 | | - "allow-plugins": { |
48 | | - "pestphp/pest-plugin": true |
49 | | - } |
50 | | - }, |
51 | | - "extra": { |
52 | | - "laravel": { |
53 | | - "providers": [ |
54 | | - "Dystore\\Newsletter\\NewsletterServiceProvider" |
55 | | - ] |
56 | | - } |
57 | | - }, |
58 | | - "minimum-stability": "dev", |
59 | | - "prefer-stable": true |
| 41 | + "files": [ |
| 42 | + "autoload.php" |
| 43 | + ] |
| 44 | + }, |
| 45 | + "config": { |
| 46 | + "sort-packages": true, |
| 47 | + "allow-plugins": { |
| 48 | + "pestphp/pest-plugin": true |
| 49 | + } |
| 50 | + }, |
| 51 | + "extra": { |
| 52 | + "laravel": { |
| 53 | + "providers": [ |
| 54 | + "Dystore\\Newsletter\\NewsletterServiceProvider" |
| 55 | + ] |
| 56 | + } |
| 57 | + }, |
| 58 | + "minimum-stability": "dev", |
| 59 | + "prefer-stable": true |
60 | 60 | } |
0 commit comments