heiseonline / shariff-backend-php

👮 PHP backend for Shariff. Shariff enables website users to share their favorite content without compromising their privacy.
http://ct.de/-2467514
133 stars 44 forks source link

Update composer dependencies for PHP 8 support #180

Closed richard67 closed 2 years ago

richard67 commented 2 years ago

Solves issue #170 for PHP 8.0.

Just a result of running composer update, i.e. only changes in composer.lock but not in composer.json.

I've tested with PHP 8.0 so it should be ok at least for this.

With PHP 8.1 I haven't tested yet.

It might require more changes for PHP 8.1 due to the 8.1 deprecations.

erkenes commented 2 years ago

This PR doesn't resolve all issues. I created a new PR: https://github.com/heiseonline/shariff-backend-php/pull/181

richard67 commented 2 years ago

Closing in favour of #181 .