Skip to content

Commit

Permalink
Merge pull request #11 from tectonic/feature/laravel-10-support
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
pktharindu authored Jan 9, 2024
2 parents 3432c00 + 60c6f80 commit 601ab20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"tectonic/localisation": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 601ab20

Please sign in to comment.