You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to install this package under laravel 9, without success so far.
On a fresh Laravel 9 installation (composer create-project laravel/laravel test), when running composer require janu-software/facebook-php-sdk, I get:
Problem 1
- Root composer.json requires janu-software/facebook-php-sdk ^0.1.9 -> satisfiable by janu-software/facebook-php-sdk[v0.1.9, 0.1.x-dev].
- janu-software/facebook-php-sdk[v0.1.9, ..., 0.1.x-dev] require php-http/client-implementation ^1.0 -> could not be found in any version, but the following packages provide it:
...
Any time I attempt to install any client implementation, for example after composer require php-http/guzzle7-adapter, I get:
Problem 1
- Root composer.json requires janu-software/facebook-php-sdk ^0.1.9 -> satisfiable by janu-software/facebook-php-sdk[v0.1.9, 0.1.x-dev].
- janu-software/facebook-php-sdk[v0.1.9, ..., 0.1.x-dev] require symfony/deprecation-contracts ^2.5 -> found symfony/deprecation-contracts[v2.5.0, v2.5.1, v2.5.2, 2.5.x-dev] but the package is fixed to v3.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
How to use this package with Laravel 9?
The text was updated successfully, but these errors were encountered:
I've been trying to install this package under laravel 9, without success so far.
On a fresh Laravel 9 installation (
composer create-project laravel/laravel test
), when runningcomposer require janu-software/facebook-php-sdk
, I get:Any time I attempt to install any client implementation, for example after
composer require php-http/guzzle7-adapter
, I get:How to use this package with Laravel 9?
The text was updated successfully, but these errors were encountered: