|
1 | 1 | {
|
2 | 2 | "name": "digikraaft/laravel-paystack-subscription",
|
3 |
| - "description": "A simple interface to Paystack's subscription billing services. It takes off the pain of implementing subscription management.", |
| 3 | + "description": "A simple interface to Paystack's subscription billing services. It takes the pain of implementing subscription management off you.", |
4 | 4 | "keywords": [
|
5 | 5 | "digikraaft",
|
6 | 6 | "laravel-paystack-subscription",
|
|
26 | 26 | "digikraaft/paystack-php": "^1.0",
|
27 | 27 | "dompdf/dompdf": "^0.8.5",
|
28 | 28 | "guzzlehttp/guzzle": "^6.5",
|
29 |
| - "illuminate/contracts": "^7.15", |
30 |
| - "illuminate/database": "^7.15", |
31 |
| - "illuminate/http": "^7.15", |
32 |
| - "illuminate/notifications": "^7.15", |
33 |
| - "illuminate/routing": "^7.15", |
34 |
| - "illuminate/support": "^7.15", |
35 |
| - "illuminate/view": "^7.15", |
| 29 | + "illuminate/contracts": "^7.15|^8.0", |
| 30 | + "illuminate/database": "^7.15|^8.0", |
| 31 | + "illuminate/http": "^7.15|^8.0", |
| 32 | + "illuminate/notifications": "^7.15|^8.0", |
| 33 | + "illuminate/routing": "^7.15|^8.0", |
| 34 | + "illuminate/support": "^7.15|^8.0", |
| 35 | + "illuminate/view": "^7.15|^8.0", |
36 | 36 | "nesbot/carbon": "^2.35",
|
37 | 37 | "symfony/http-kernel": "^5.1"
|
38 | 38 | },
|
|
0 commit comments