facebookarchive / facebook-instant-articles-sdk-php

The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles.
https://instantarticles.fb.com/
Other
232 stars 148 forks source link

Installation problem on laravel 5.6 #332

Closed dev-erem closed 6 years ago

dev-erem commented 6 years ago

Installing using composer composer require facebook/facebook-instant-articles-sdk-php

Result:

` Problem 1

everton-rosario commented 6 years ago

Hey @amjad-eremnews can you please check if this enables you to build it with more php and sub dependencies?

I've added an extra layer of compatibility.

For testing it, you will need to install it locally:

git clone https://github.com/facebook/facebook-instant-articles-sdk-php.git
cd facebook-instant-articles-sdk-php
composer update
composer install

Please reopen or ping me if this is still a problem for your environment build.