browscap / browscap-site

Website for the Browser Capabilities Project
http://browscap.org/
2 stars 2 forks source link

Upgrade to PHP 8.3 #354

Open asgrim opened 1 year ago

asgrim commented 1 year ago

Now we can deploy PHP 8.3 in Heroku: heroku/heroku-buildpack-php#673 :tada:

asgrim commented 8 months ago

Note; seeing this deprecated warning:

PHP Deprecated:  LazyPDO\LazyPDO implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /app/vendor/lazypdo/lazypdo/src/LazyPDO.php on line 12

This should be fixed too.