Skip to content

Commit 39dfcd1

Browse files
committed
fix(composer): 添加 PHP 版本要求
1 parent 1135b89 commit 39dfcd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"email": "[email protected]"
1515
}
1616
],
17-
"require": {}
17+
"require": {
18+
"php": ">=7.4"
19+
}
1820
}
19-

0 commit comments

Comments
 (0)