Skip to content

Commit bee31a7

Browse files
committed
Add ext-exif as optional requirement for image attachments
1 parent 66218e0 commit bee31a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"orchestra/testbench": "^8.0 || ^9.0",
2424
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
2525
},
26+
"suggest": {
27+
"ext-exif": "Required for image attachment support"
28+
},
2629
"autoload": {
2730
"psr-4": {
2831
"NotificationChannels\\Pushover\\": "src"

0 commit comments

Comments
 (0)