Skip to content

Commit e5ff845

Browse files
committed
Add php8 and php8.1 support
This PR updates the composer to also support php ^8.0.
1 parent fa2bcc0 commit e5ff845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The recommended way to install the LeadScore APP API wrapper is though [Composer
2323
2424
{
2525
"require": {
26-
"kennetn/leadscore": "^3.0"
26+
"kennetn/leadscore": "^4.0"
2727
}
2828
}
2929
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.3",
21+
"php": "^7.3 || ^8.0",
2222
"guzzlehttp/guzzle": "^7.0.1"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)