Skip to content

Commit

Permalink
Updated PHP and Laravel framework requirements to include versions 8.…
Browse files Browse the repository at this point in the history
…3 and 11.0 respectively.
  • Loading branch information
murdercode committed Mar 18, 2024
1 parent 7048df5 commit 52862d0
Show file tree
Hide file tree
Showing 2 changed files with 1,045 additions and 1,095 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"spatie/laravel-analytics": "^5.0.3",
"laravel/framework": "^10.0"
"laravel/framework": "^10.0|^11.0"
},
"require-dev": {
"laravel/nova": "^4.0",
Expand Down
Loading

0 comments on commit 52862d0

Please sign in to comment.