Skip to content

Commit

Permalink
Merge pull request #10 from tectonic/feature/laravel-9
Browse files Browse the repository at this point in the history
Laravel 9 Support
  • Loading branch information
pktharindu authored May 16, 2023
2 parents 5796c16 + 7df21ee commit 3432c00
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",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0",
"tectonic/localisation": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 3432c00

Please sign in to comment.