nategood / commando

An Elegant CLI Library for PHP
MIT License
798 stars 80 forks source link

Fix PHP 8.1 deprecations #113

Closed sudo-plz closed 4 months ago

sudo-plz commented 2 years ago

Fixes #112, requires minimum PHP version to be 8.0

bobdenotter commented 1 year ago

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.

sudo-plz commented 1 year ago

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