Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 symfony 项目中,我想实现一个 twitter 题字按钮,我正在搜索最新版本的 FOSTwitterBundle(版本 1.1)。我发现的版本与 symfony2.2.1 不兼容。
不幸的是,对于当前的 symfony 版本,FOSTwitterBundle 还没有发布版本。您必须使用 dev-master 分支。
"require": { "kertz/twitteroauth": "*@dev", "friendsofsymfony/twitter-bundle": "*@dev" }