tedious / Stash

The place to keep your cache.
http://www.stashphp.com
BSD 3-Clause "New" or "Revised" License
961 stars 133 forks source link

PHP 8.0 support #398

Closed kordianbruck closed 2 years ago

kordianbruck commented 3 years ago

PHP 8.0 has been released: https://www.php.net/releases/8.0/en.php

Please add support and/or configure your composer file to pass the checks.

tomkyle commented 3 years ago

As of Stash v0.16, any PHP 8-based project can consume Stash. Developers will, however, still not be able to develop locally since composer install fails due to version constraints coming with PhpUnit 6. A slight modernizing could look like this: see PR #400