Composer fails to download PHP Codesniffer to plugin
I am getting an error when trying to install the squizlabs/php_codesniffer
package via composer into my WordPress plugin.
I am using Flywheel for the local server, with composer 1.8.6 installed globally at /usr/local/bin/composer.phar
I have also tried using the composer file locally in the plugin folder, but I still get the same error. This is the command I run while in the plugin directory
composer require --dev squizlabs/php_codesniffer