Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 01df4e6

Browse files
alexislefebvreAlexis Lefebvre
authored andcommitted
Replace "Symfony2" with "Symfony"
1 parent 15f5b4d commit 01df4e6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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].
2828
AsyncTweets retrieves and stores your timeline, allowing to read your Twitter timeline even if you're away from your Twitter client for several days.
2929

3030
This 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name" : "alexislefebvre/async-tweets-bundle",
33
"type" : "symfony-bundle",
4-
"description" : "Symfony2 bundle providing a Twitter reader for asynchronous reading",
5-
"keywords" : ["symfony2", "twitter", "reader", "bundle"],
4+
"description" : "Symfony bundle providing a Twitter reader for asynchronous reading",
5+
"keywords" : ["symfony", "twitter", "reader", "bundle"],
66
"homepage": "http://asynctweets.alexislefebvre.com/",
77
"license" : "MIT",
88
"authors" : [{

0 commit comments

Comments
 (0)