Skip to content

Commit

Permalink
Merge pull request #5 from AGILEDROP/php8-support
Browse files Browse the repository at this point in the history
Add support for PHP8
  • Loading branch information
Davide Casiraghi committed Nov 25, 2021
2 parents 7572c2c + c752741 commit 3ef1cfd
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 @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"curl/curl": "^2.3",
"telnyx/telnyx-php": "^2.1"
},
Expand Down

0 comments on commit 3ef1cfd

Please sign in to comment.