jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
776 stars 234 forks source link

Requirements could not be resolved to an installable set of packages #179

Closed iantearle closed 7 years ago

iantearle commented 8 years ago

Upon using composer update on my local machine I get the following errors:

Problem 1

Is there a simple fix to this?

mynetx commented 8 years ago

Codebird needs to have PHP with the openssl extension:

http://php.net/manual/en/book.openssl.php

This is because the Twitter library is SSL-only.