Skip to content

Commit

Permalink
Merge pull request #5 from jan-tricks/master
Browse files Browse the repository at this point in the history
Added support for Laravel 11
  • Loading branch information
voidgraphics authored Mar 20, 2024
2 parents d8ae9c0 + b471fc7 commit 3dc81d8
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 @@ -21,12 +21,12 @@
}
],
"require": {
"php": "^7.1|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"php": "^8.0|^9.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"laravel/helpers": "^1.1"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"spatie/laravel-translatable": "^6.3"
},
"autoload": {
Expand Down

0 comments on commit 3dc81d8

Please sign in to comment.