Skip to content

Commit

Permalink
Added optional version 10/11 laravel dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkbushell committed Apr 22, 2024
1 parent 2f31d83 commit 8e5a0a3
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 @@ -23,8 +23,8 @@
"require": {
"php": "^8.1",
"hashids/hashids": "^4.1",
"illuminate/database": "^10.0",
"illuminate/support": "^10.0",
"illuminate/database": "^10.0||^11.0",
"illuminate/support": "^10.0||^11.0",
"hanneskod/classtools": "^0.1.0",
"symfony/finder": "^6.3"
},
Expand Down Expand Up @@ -76,4 +76,4 @@
"bamarni/composer-bin-plugin": true
}
}
}
}

0 comments on commit 8e5a0a3

Please sign in to comment.