Skip to content

Commit

Permalink
support laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanakiev authored Mar 7, 2023
1 parent 88a89a0 commit 32e6927
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 @@ -15,11 +15,11 @@
],
"require": {
"php": "^7.2.5|^8.0",
"illuminate/contracts": "~7.0|~8.0|~9.0",
"illuminate/queue": "~7.0|~8.0|~9.0",
"illuminate/support": "~7.0|~8.0|~9.0",
"illuminate/contracts": "~7.0|~8.0|~9.0|~10.0",
"illuminate/queue": "~7.0|~8.0|~9.0|~10.0",
"illuminate/support": "~7.0|~8.0|~9.0|~10.0",
"guzzlehttp/guzzle": "^7.0.1|^7.2",
"monolog/monolog": "~1.12|^2.0|~9.0"
"monolog/monolog": "~1.12|^2.0|~9.0|~10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 32e6927

Please sign in to comment.