Skip to content

Commit

Permalink
Merge pull request #155 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
albertcht authored Feb 10, 2022
2 parents d695938 + b2479ca commit 12a4aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": "^5.6.4 || ^7.0 || ^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
"illuminate/view": "^5.0|^6.0|^7.0|^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": "^6.2|^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 12a4aec

Please sign in to comment.