Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 0c89534

Browse files
authored
Fix composer platform
2 parents 94fc2d5 + 98bacae commit 0c89534

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.3",
26+
"php": ">=7.1",
2727
"ext-curl": "*",
2828
"ext-dom": "*",
2929
"ext-openssl": "*",
@@ -46,9 +46,6 @@
4646
"minimum-stability": "dev",
4747
"prefer-stable": true,
4848
"config": {
49-
"sort-packages": true,
50-
"platform": {
51-
"php": "7.3"
52-
}
49+
"sort-packages": true
5350
}
5451
}

0 commit comments

Comments
 (0)