Skip to content

Commit

Permalink
Fix - support all Laravel 10 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnabialek committed Feb 26, 2023
1 parent b1a33b9 commit 7950903
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 @@ -16,7 +16,7 @@
}
],
"require": {
"illuminate/container": "5.*|6.*|7.*|8.*|9.*|10.0"
"illuminate/container": "5.*|6.*|7.*|8.*|9.*|10.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.9",
Expand Down

0 comments on commit 7950903

Please sign in to comment.