Skip to content

Commit

Permalink
Specify Laravel 10.33 as a minimum version
Browse files Browse the repository at this point in the history
Laravel 10.33 includes this PR which we're using to test the form email jobs are being queued/chained succesfully.

laravel/framework#49003
  • Loading branch information
duncanmcclean committed Mar 26, 2024
1 parent 91520e0 commit d14716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"composer/composer": "^2.2.22",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"james-heinrich/getid3": "^1.9.21",
"laravel/framework": "^10.0 || ^11.0",
"laravel/framework": "^10.33 || ^11.0",
"laravel/helpers": "^1.1",
"league/commonmark": "^2.2",
"league/csv": "^9.0",
Expand Down

0 comments on commit d14716a

Please sign in to comment.