Skip to content

Commit

Permalink
Ensure local server matches php version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelittle committed Aug 5, 2024
1 parent 657a4a1 commit d83c067
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
"content/themes/{$name}/": [
"type:wordpress-theme"
]
},
"altis": {
"modules": {
"local-server": {
"php": "8.2",
"ignore-paths": [
"node_modules",
".DS_Store"
]
}
}
}
},
"config": {
Expand Down

0 comments on commit d83c067

Please sign in to comment.