Skip to content

Commit e13aa67

Browse files
committed
Exclude PHP 8 and above as the code is not compatible
1 parent a9af332 commit e13aa67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"type": "library",
2525
"require": {
26+
"php": ">=5.6, < 8.0",
2627
"pear/pear_exception": "*",
2728
"pear/image_color": "*"
2829
}

0 commit comments

Comments
 (0)