Skip to content

Commit

Permalink
Add more explicit composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Mar 18, 2024
1 parent f764201 commit de8c8fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
}
],
"require": {
"illuminate/mail": "^9.0 || ^10.0 || ^11.0"
"illuminate/mail": "^9.0 || ^10.0 || ^11.0",
"illuminate/config": "^9.0 || ^10.0 || ^11.0",
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit de8c8fa

Please sign in to comment.