codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.03k stars 3.25k forks source link

Fix PEAR with Composer #967

Closed petk closed 1 year ago

petk commented 1 year ago

Composer version 2 removed the PEAR support so the example needs to be updated a bit.

Xymph commented 1 year ago

Thanks.