Skip to content

Commit

Permalink
fix php version on 8.1 for new composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
temaotl committed Nov 18, 2024
1 parent 0c5c98f commit 14b7538
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 654 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.1"
}
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 14b7538

Please sign in to comment.