Skip to content

Commit 0d9aa0d

Browse files
authored
Add PHP 8 Support (#32)
* Add PHP 8 support
1 parent 9c2551f commit 0d9aa0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SumUp eCom SDK for PHP",
44
"type": "library",
55
"license": "proprietary",
6-
"version": "1.0.2",
6+
"version": "1.1.0",
77
"keywords": ["sumup", "sdk", "payment processing", "ecommerce", "payment", "checkout"],
88
"homepage": "https://developer.sumup.com",
99
"authors": [
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^5.6|^7.0"
17+
"php": "^5.6|^7.0|^8.0"
1818
},
1919
"suggest": {
2020
"guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client"

0 commit comments

Comments
 (0)