Skip to content

Commit

Permalink
Use composer platform php version (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhgboyle committed Oct 15, 2022
1 parent 8ccfb5b commit 1896cae
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
Expand Up @@ -3,6 +3,11 @@
"description": "NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.",
"type": "project",
"license": "MIT",
"config": {
"platform": {
"php": "7.4"
}
},
"require": {
"php": ">=7.4",
"jdorn/sql-formatter": "^1.2",
Expand Down

0 comments on commit 1896cae

Please sign in to comment.