Skip to content

Commit

Permalink
Add PHP 8 Support (#32)
Browse files Browse the repository at this point in the history
* Add PHP 8 support
  • Loading branch information
joelrose authored Mar 3, 2022
1 parent 9c2551f commit 0d9aa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SumUp eCom SDK for PHP",
"type": "library",
"license": "proprietary",
"version": "1.0.2",
"version": "1.1.0",
"keywords": ["sumup", "sdk", "payment processing", "ecommerce", "payment", "checkout"],
"homepage": "https://developer.sumup.com",
"authors": [
Expand All @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^5.6|^7.0"
"php": "^5.6|^7.0|^8.0"
},
"suggest": {
"guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client"
Expand Down

0 comments on commit 0d9aa0d

Please sign in to comment.