11# AsyncTweetsBundle
22
3- A Symfony2 bundle providing a Twitter reader for asynchronous reading
3+ A Symfony bundle providing a Twitter reader for asynchronous reading
44
55[ Packagist ![ Latest Stable Version] [ Packagist Stable Image ] ![ Latest Unstable Version] [ Packagist Unstable Image ]] [ Packagist ]
66
@@ -24,7 +24,7 @@ A Symfony2 bundle providing a Twitter reader for asynchronous reading
2424
2525## Goal
2626
27- The goal of this project is to create an online Twitter reader, built with [ Symfony2 ] [ Symfony2 ] .
27+ The goal of this project is to create an online Twitter reader, built with [ Symfony ] [ Symfony ] .
2828AsyncTweets retrieves and stores your timeline, allowing to read your Twitter timeline even if you're away from your Twitter client for several days.
2929
3030This bundle is also used to test several CI (Continuous Integration) services.
@@ -42,7 +42,7 @@ This bundle is also used to test several CI (Continuous Integration) services.
4242 - [ Twitter keys] [ Twitter keys ]
4343 - PHP >= 5.5 (required by abraham/twitteroauth 0.6.0)
4444 - a database (must be supported by Doctrine2)
45- - [ Symfony 2 ] [ Symfony2 GitHub] (2.7 or higher) with [ Composer] [ Composer ] . If you want to install it:
45+ - [ Symfony] [ Symfony GitHub] (2.7 or higher) with [ Composer] [ Composer ] . If you want to install it:
4646
4747 php composer.phar create-project symfony/framework-standard-edition YOUR_DIRECTORY "2.7.*" -vvv
4848
@@ -97,7 +97,7 @@ This bundle is also used to test several CI (Continuous Integration) services.
9797 6 . Add ` php app/console statuses:hometimeline --env=prod ` in your crontab (e.g. every hour) to retrieve tweets automatically
9898
9999## Dependencies
100- - [ symfony/symfony] [ Symfony2 GitHub] (2.7+)
100+ - [ symfony/symfony] [ Symfony GitHub] (2.7+)
101101 - [ abraham/twitteroauth] [ twitteroauth ] (^0.6.0)
102102 - [ twitter/bootstrap] [ Twitter Bootstrap ] (use [ Bootswatch 3.3.2] [ Bootstrap CDN ] )
103103
@@ -121,9 +121,9 @@ Or by installing `phpunit` with Composer:
121121[ Packagist Stable Image ] : https://poser.pugx.org/alexislefebvre/async-tweets-bundle/v/stable.svg
122122[ Packagist Unstable Image ] : https://poser.pugx.org/alexislefebvre/async-tweets-bundle/v/unstable.svg
123123
124- [ Symfony2 ] : http://symfony.com/
124+ [ Symfony ] : http://symfony.com/
125125[ Twitter keys ] : https://apps.twitter.com/
126- [ Symfony2 GitHub] : https://github.com/symfony/symfony
126+ [ Symfony GitHub] : https://github.com/symfony/symfony
127127[ Composer ] : https://getcomposer.org/download/
128128
129129[ Travis Master image ] : https://travis-ci.org/alexislefebvre/AsyncTweetsBundle.svg?branch=master
0 commit comments