Skip to content

Commit

Permalink
Merge pull request #5 from Pod-Point/v3.0.1
Browse files Browse the repository at this point in the history
feat: add PHP 8.1 and update Laravel 10 requirement
  • Loading branch information
HasnatH authored May 23, 2024
2 parents 74860d9 + 197d436 commit 3dc1c22
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 @@ -4,9 +4,9 @@
"keywords": ["laravel", "javascript", "language", "translations", "routes"],
"type": "library",
"require": {
"php": "^7.1||^8.2",
"php": "^7.1||^8.1||^8.2",
"ext-json": "*",
"laravel/laravel": "^6.20||^7.30||^8.83||^9.52||^10.14"
"laravel/laravel": "^6.20||^7.30||^8.83||^9.52||^10.3"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 3dc1c22

Please sign in to comment.