Skip to content

Commit

Permalink
~ Enforce PHP 7.3 for the main deps and PHP 7.4 to prevent Composer f…
Browse files Browse the repository at this point in the history
…rom upgrading the packages to a version that requires a newer version of PHP.
  • Loading branch information
claygriffiths committed Apr 19, 2023
1 parent 0566d56 commit d0f04f4
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 85 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"Drive",
"Sheets"
]
}
},
"config": {
"platform": {
"php": "7.3"
}
}
}
Loading

0 comments on commit d0f04f4

Please sign in to comment.