Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Jonstrup committed Feb 18, 2023
1 parent d10e80b commit 9d99078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"require": {
"php": "^8.0",
"illuminate/auth": "^8.0|^9.0|^10.",
"illuminate/container": "^8.0|^9.0|^10.",
"illuminate/contracts": "^8.0|^9.0|^10.",
"illuminate/database": "^8.0|^9.0|^10.",
"illuminate/container": "^8.0|^9.0|^10",
"illuminate/contracts": "^8.0|^9.0|^10",
"illuminate/database": "^8.0|^9.0|^10",
"lenius/basket": "^5.0"
},
"require-dev": {
Expand Down

0 comments on commit 9d99078

Please sign in to comment.