Skip to content

Commit

Permalink
Merge pull request #11 from ekandreas/master
Browse files Browse the repository at this point in the history
L9 added in composer
  • Loading branch information
larsemil authored Feb 11, 2022
2 parents 17c6479 + 197ed6d commit eebcabc
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 @@ -14,9 +14,9 @@
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.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": "^0.9.5",
Expand Down

0 comments on commit eebcabc

Please sign in to comment.