Skip to content

Commit

Permalink
Updated composer PHP version to align with build and container
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Dec 29, 2023
1 parent f36ab33 commit 50bbe99
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 55 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.1.2"
}
},
"minimum-stability": "stable",
"prefer-stable": true
Expand Down
111 changes: 57 additions & 54 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50bbe99

Please sign in to comment.