Skip to content

Commit 5da86f1

Browse files
Updated to support PHP 7.1+ or PHP 8.0
On branch updated-for-php8 Changes to be committed: modified: .gitignore modified: composer.json
1 parent bd7a0a8 commit 5da86f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ nbproject/*
44
.idea
55
composer.lock
66
build
7-
_notes
7+
_notes
8+
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"keywords": ["mailerlite", "sdk", "email", "marketing"],
77
"type": "library",
88
"require": {
9-
"php" : "^8.0",
9+
"php" : "7.1 || ^8.0",
1010
"php-http/client-common": "^2.0",
1111
"php-http/discovery": "^1.7",
1212
"nyholm/psr7": "^1.0",

0 commit comments

Comments
 (0)