Skip to content

Commit d0f04f4

Browse files
committed
~ Enforce PHP 7.3 for the main deps and PHP 7.4 to prevent Composer from upgrading the packages to a version that requires a newer version of PHP.
1 parent 0566d56 commit d0f04f4

File tree

3 files changed

+96
-85
lines changed

3 files changed

+96
-85
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@
3737
"Drive",
3838
"Sheets"
3939
]
40-
}
40+
},
41+
"config": {
42+
"platform": {
43+
"php": "7.3"
44+
}
45+
}
4146
}

0 commit comments

Comments
 (0)