commando icon indicating copy to clipboard operation
commando copied to clipboard

Fix PHP 8.1 deprecations

Open sudo-plz opened this issue 3 years ago • 2 comments
trafficstars

Fixes #112, requires minimum PHP version to be 8.0

sudo-plz avatar Feb 04 '22 13:02 sudo-plz

This repository seems abandoned. For our project we need an updated version, so i've forked it and created two releases: One for PHP 8.0+ (including 8.2), and one for PHP 7.2+. This means it's a simple drop-in replacement.

You can use it, by running composer req bobdenotter/commando, or by editing a current composer.json:

replace …

       "nategood/commando": "^0.4.0",

with …

        "bobdenotter/commando": "^0.4 || ^1.0",

… and run composer update.

bobdenotter avatar Feb 14 '23 11:02 bobdenotter

@nategood please archive the respository and mark as abandoned with a referral to bobs fork

sudo-plz avatar May 14 '23 17:05 sudo-plz