Skip to content

Commit cb0cea7

Browse files
committed
Update composer configs to set platformat php 7.4.
This has been tested on newer versions of PHP and found to be working however due to other library constraints composer will not install packages without the added platform config.
1 parent e37c1f2 commit cb0cea7

File tree

2 files changed

+341
-369
lines changed

2 files changed

+341
-369
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
],
1717
"license": "MIT",
1818
"config": {
19+
"platform": {
20+
"php": "7.4"
21+
},
1922
"sort-packages": true,
2023
"allow-plugins": {
2124
"php-http/discovery": true

0 commit comments

Comments
 (0)