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

Commit ddfc563

Browse files
Require PHP 7.0 during dependency resolution, even if running 7.1+ (#106)
1 parent aef8668 commit ddfc563

File tree

2 files changed

+435
-212
lines changed

2 files changed

+435
-212
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@
103103
"config": {
104104
"optimize-autoloader": true,
105105
"preferred-install": "dist",
106-
"sort-packages": true
106+
"sort-packages": true,
107+
"platform": {
108+
"php": "7.0"
109+
}
107110
}
108111
}

0 commit comments

Comments
 (0)