Note that the hash extension is required (and always has been!) or file attachments won't work
This commit is contained in:
parent
db03bb6c1a
commit
4af0120eda
|
|
@ -28,7 +28,8 @@
|
|||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"ext-ctype": "*",
|
||||
"ext-filter": "*"
|
||||
"ext-filter": "*",
|
||||
"ext-hash": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue