Skip to content

Commit

Permalink
Merge pull request #153 from csabex94/patch-1
Browse files Browse the repository at this point in the history
Adding support for PHP 8.1
  • Loading branch information
pultho authored Nov 19, 2022
2 parents e8a92e3 + a575866 commit 2dfb028
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 @@ -14,7 +14,7 @@
}
],
"require": {
"php" : "^7.1.3|^8.0",
"php" : "^7.1.3|^8.0|^8.1",
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
Expand Down

0 comments on commit 2dfb028

Please sign in to comment.