Skip to content

Commit

Permalink
Specify PHP 8.2 as the platform
Browse files Browse the repository at this point in the history
Although this won't have any effect on the PHP version the app runs on
(it just determines the version used to install Whippet), it's a useful
indicator of what version we're using in the app, and it should be
consistent with that.
  • Loading branch information
RobjS committed Oct 17, 2024
1 parent cacecbe commit ba23b91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"config": {
"platform": {
"php": "8.2"
}
},
"require-dev": {
"dxw/whippet": "^2.0"
}
Expand Down

0 comments on commit ba23b91

Please sign in to comment.