opencaching / opencaching-pl

The source code of Opencaching.PL (and some other domains)
https://opencaching.pl/
GNU General Public License v3.0
22 stars 33 forks source link

Update PHP dependencies #2237

Closed jrmajor closed 3 years ago

jrmajor commented 3 years ago

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 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.

kojoty commented 3 years ago

@jrmajor is this ready to merge?

jrmajor commented 3 years ago

@kojoty Yes.

kojoty commented 3 years ago

I will try to finally review and merge it today...