Skip to content

Commit b2ee756

Browse files
committed
Add missing extensions to Composer requirements
1 parent df95595 commit b2ee756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2"
7+
"php": "^7.2",
8+
"ext-imagick": "*",
9+
"ext-json": "*"
810
},
911
"require-dev": {
1012
"phpunit/phpunit": "^7.0 || ^8.0",

0 commit comments

Comments
 (0)