Skip to content

Commit

Permalink
Merge pull request #2 from josiasmontag/patch-1
Browse files Browse the repository at this point in the history
Laravel 9
  • Loading branch information
telkins authored May 4, 2022
2 parents a0be695 + 08ed3be commit 8e3d0e6
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 @@ -15,10 +15,10 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/redis": "^6.0|^7.0|^8.0"
"illuminate/redis": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^9.0|^9.3",
"symfony/var-dumper": "^4.0|^5.0"
},
Expand Down

0 comments on commit 8e3d0e6

Please sign in to comment.