Skip to content

Commit 50bbe99

Browse files
committed
Updated composer PHP version to align with build and container
1 parent f36ab33 commit 50bbe99

File tree

2 files changed

+61
-55
lines changed

2 files changed

+61
-55
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@
5656
"config": {
5757
"optimize-autoloader": true,
5858
"preferred-install": "dist",
59-
"sort-packages": true
59+
"sort-packages": true,
60+
"platform": {
61+
"php": "8.1.2"
62+
}
6063
},
6164
"minimum-stability": "stable",
6265
"prefer-stable": true

composer.lock

Lines changed: 57 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)