Skip to content

Commit

Permalink
Add Laravel 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
grantholle authored Feb 25, 2025
1 parent 24afc9c commit 9976051
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 @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-intl": "*",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
"spatie/laravel-package-tools": "^1.14.0",
"stevebauman/location": "^7.0"
},
Expand Down

0 comments on commit 9976051

Please sign in to comment.