Skip to content

Commit 2bafe4f

Browse files
committed
Lowered min PHP to 8.2 so more people could benefit
1 parent c4a4a91 commit 2bafe4f

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ziming/laravel-crisp-whatsapp/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ziming/laravel-crisp-whatsapp/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/ziming/laravel-crisp-whatsapp.svg?style=flat-square)](https://packagist.org/packages/ziming/laravel-crisp-whatsapp)
77

8-
Send WhatsApp Notifications with Crisp!
8+
Send WhatsApp Notifications with Crisp Chat!
99

1010
## Support me
1111

12-
You can use my [referral link to sign up for Crisp. I get a small reward if you become a paid customer at the Essentials or Plus Plan.](https://crisp.chat/?track=KszsQ9SFo8)
12+
You can use my [referral link to sign up for Crisp Chat. I get a small reward if you become a paid customer at the Essentials or Plus Plan.](https://crisp.chat/?track=KszsQ9SFo8)
1313

1414
I highly recommend Crisp Chat if you are looking for a chat support SaaS for your website. As it charges a flat
1515
monthly fee instead of charging by per seat. It has a very nice UI, powerful bot builder & healthy plugins ecosystem as well.
1616

17-
To use Whatsapp for Crisp, you will need to subscribe at the Essential or Plus plan.
17+
To use Whatsapp for Crisp, you will need to subscribe at the [Essential or Plus](https://crisp.chat/?track=KszsQ9SFo8) plan as well
1818

1919
## Installation
2020

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.4",
20-
"illuminate/contracts": "^10.0||^11.0||^12.0",
19+
"php": "^8.2",
20+
"illuminate/contracts": "^11.0||^12.0",
2121
"spatie/laravel-data": "^4.15",
2222
"spatie/laravel-package-tools": "^1.16"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.14",
2626
"nunomaduro/collision": "^8.1.1||^7.10.0",
2727
"larastan/larastan": "^2.9||^3.0",
28-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
28+
"orchestra/testbench": "^10.0.0||^9.0.0",
2929
"pestphp/pest": "^3.0",
3030
"pestphp/pest-plugin-arch": "^3.0",
3131
"pestphp/pest-plugin-laravel": "^3.0",
@@ -36,8 +36,7 @@
3636
},
3737
"autoload": {
3838
"psr-4": {
39-
"Ziming\\LaravelCrispWhatsApp\\": "src/",
40-
"Ziming\\LaravelCrispWhatsApp\\Database\\Factories\\": "database/factories/"
39+
"Ziming\\LaravelCrispWhatsApp\\": "src/"
4140
}
4241
},
4342
"autoload-dev": {

src/Enums/ComponentTypeEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ enum ComponentTypeEnum: string
1313
// When retrieving, it is BUTTONS
1414
case Buttons = 'BUTTONS';
1515

16-
// When sending, it it BUTTON. No idea why the inconsistency.
16+
// When sending, it is BUTTON. No idea why the inconsistency.
1717
case Button = 'BUTTON';
1818
}

0 commit comments

Comments
 (0)