Skip to content

Commit

Permalink
Merge pull request #32 from generationtux/sc-39683/support-9.0-versio…
Browse files Browse the repository at this point in the history
…ns-of-required-illuminate-packages
  • Loading branch information
Olofguard authored Mar 20, 2023
2 parents 770cb4a + 0ed371a commit 43aee96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"php": ">=7.2.5|^8.0",
"guzzlehttp/guzzle": "^6.2|^7.0.1|^7.2",
"aws/aws-sdk-php": "~3.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/queue": "^6.0|7.0|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "^6.0|7.0|^8.0|^9.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"twig/twig": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 43aee96

Please sign in to comment.