Skip to content

Commit

Permalink
Merge pull request #2 from esseremmerik/master
Browse files Browse the repository at this point in the history
Support PHP8
  • Loading branch information
ibrambe authored Jun 30, 2022
2 parents c8ecc47 + e8287eb commit 3d24c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "combell/combell-api",
"description": "Combell public API for customers with direct activation",
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^6.5|^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 3d24c43

Please sign in to comment.