Skip to content

Commit

Permalink
Laravel 11.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnott committed Mar 21, 2024
1 parent e98011d commit 5748d8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"php": "^8.1.0",
"ext-json": "*",
"doctrine/dbal": "^3.1",
"illuminate/bus": "^9.0|^10.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/events": "^9.0|^10.0",
"illuminate/notifications": "^9.0|^10.0",
"illuminate/bus": "^9.0|^10.0|^11.0",
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/events": "^9.0|^10.0|^11.0",
"illuminate/notifications": "^9.0|^10.0|^11.0",
"laravelcollective/html": "^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench" : "^8.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench" : "^8.0|^9.0",
"phpunit/phpunit": "^9.0|^10.0|^11.0"
},
"suggest": {
"nexmo/client": "Required for sms notifications."
Expand Down

0 comments on commit 5748d8f

Please sign in to comment.