Skip to content

Commit

Permalink
Merge pull request #13 from jschram/feature/laravel-11-support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikield authored Mar 17, 2024
2 parents d6ab325 + ad5cbc1 commit 5c812e8
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 @@ -2,8 +2,8 @@
"name": "cyberwolfstudio/lingua",
"description": "Add your Laravel language translations to your asset pipeline for use in Javascript packages like Vue or React.",
"require": {
"php": "^8.1",
"laravel/framework": "^9.0|^10.0"
"php": "^8.2",
"laravel/framework": "^9.0|^10.0|^11.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 5c812e8

Please sign in to comment.