wpoets/linkedin-handler
Composer 安装命令:
composer require wpoets/linkedin-handler
包简介
LinkedIn API Integration handler for Awesome enterprise
README 文档
README
Linkedin Handler for Awesome Enterprise
Add support of LinkedIn API in Awesome Enterprise, introduces linkedin shortcode
Changelog
1.0.2
- Fixed: Switched to the oauth 2.0 php library at https://github.com/thephpleague/oauth2-client
1.0.1
- Fixed: Switched the api library to a fork maintained at https://github.com/samoritano/linkedin-api-php-client
1.0.0
- Initial release
Issues
While installing if you get issue like this
Problem 1 - wpoets/linkedin-handler 1.0.0 requires zoonman/linkedin-api-php-client ^0.0.14 -> satisfiable by zoonman/linkedin-api-php-client[0.0.14]. - Installation request for wpoets/linkedin-handler ^1.0 -> satisfiable by wpoets/linkedin-handler[1.0.0]. - Conclusion: remove guzzlehttp/guzzle 7.2.0 - Conclusion: don't install guzzlehttp/guzzle 7.2.0 - zoonman/linkedin-api-php-client 0.0.14 requires guzzlehttp/guzzle ^6.3 -> satisfiable by guzzlehttp/guzzle[6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5]. - Can only install one of: guzzlehttp/guzzle[6.3.0, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.3.1, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.3.2, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.3.3, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.4.0, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.4.1, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.5.0, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.5.1, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.5.2, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.5.3, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.5.4, 7.2.0]. - Can only install one of: guzzlehttp/guzzle[6.5.5, 7.2.0]. - Installation request for guzzlehttp/guzzle (locked at 7.2.0) -> satisfiable by guzzlehttp/guzzle[7.2.0].
Then here is what you can do to resolve it
-
Execute following to see which package requires it
composer why guzzlehttp/guzzle -
Execute
composer require guzzlehttp/guzzle:^6.5 -
Finally, again try to install LinkedIn Handler using
composer require wpoets/linkedin-handler -
then remove the refernce of guzzle.
We're Hiring!
统计信息
- 总下载量: 90
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2020-11-16