Restores caret version ranges in composer.json, as discussed in #2213.
The following packages have been updated:
HTML Purifier to the next minor version,
Kint from v1 to v3.
ddd() helper has been removed from Kint, so I've replaced it with exit in getLogEntries.php and src/Models/PowerTrail/Log.php. Except manual changes in those files and composer.json, all the rest has been done by Composer. As /vendor diff can not be reviewed, you may want to run composer install to validate that.
I've also added ext-mysqli to dependencies list, as it is used by this project.
Restores caret version ranges in
composer.json
, as discussed in #2213.The following packages have been updated:
ddd()
helper has been removed from Kint, so I've replaced it withexit
ingetLogEntries.php
andsrc/Models/PowerTrail/Log.php
. Except manual changes in those files andcomposer.json
, all the rest has been done by Composer. As/vendor
diff can not be reviewed, you may want to runcomposer install
to validate that.I've also added
ext-mysqli
to dependencies list, as it is used by this project.