Skip to content

Commit be6c267

Browse files
committed
pin PHP version in composer.json
1 parent 2d4fd9b commit be6c267

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"description": "A visual guide to the wonders of Unicode",
44
"license": "proprietary",
55
"config": {
6-
"vendor-dir": "codepoints.net/vendor"
6+
"vendor-dir": "codepoints.net/vendor",
7+
"platform": {
8+
"php": "8.5"
9+
}
710
},
811
"require": {
912
"michelf/php-markdown": "^2.0",

0 commit comments

Comments
 (0)