Skip to content

Commit

Permalink
Merge pull request #4 from io-digital/add-laravel-9-support
Browse files Browse the repository at this point in the history
Bump php support to 8.1 and add laravel 9 support.
  • Loading branch information
garethnic authored Dec 5, 2022
2 parents d3a957b + e6e2caa commit 20b3afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
}
],
"require": {
"php": ">=7.4",
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
},
"require-dev": {
"mockery/mockery": "~1.2",
Expand Down

0 comments on commit 20b3afb

Please sign in to comment.