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

Commit

Permalink
Replace "Symfony2" with "Symfony"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored and Alexis Lefebvre committed Apr 27, 2016
1 parent 15f5b4d commit 01df4e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AsyncTweetsBundle

A Symfony2 bundle providing a Twitter reader for asynchronous reading
A Symfony bundle providing a Twitter reader for asynchronous reading

[Packagist ![Latest Stable Version][Packagist Stable Image] ![Latest Unstable Version][Packagist Unstable Image]][Packagist]

Expand All @@ -24,7 +24,7 @@ A Symfony2 bundle providing a Twitter reader for asynchronous reading

## Goal

The goal of this project is to create an online Twitter reader, built with [Symfony2][Symfony2].
The goal of this project is to create an online Twitter reader, built with [Symfony][Symfony].
AsyncTweets retrieves and stores your timeline, allowing to read your Twitter timeline even if you're away from your Twitter client for several days.

This bundle is also used to test several CI (Continuous Integration) services.
Expand All @@ -42,7 +42,7 @@ This bundle is also used to test several CI (Continuous Integration) services.
- [Twitter keys][Twitter keys]
- PHP >= 5.5 (required by abraham/twitteroauth 0.6.0)
- a database (must be supported by Doctrine2)
- [Symfony 2][Symfony2 GitHub] (2.7 or higher) with [Composer][Composer]. If you want to install it:
- [Symfony][Symfony GitHub] (2.7 or higher) with [Composer][Composer]. If you want to install it:

php composer.phar create-project symfony/framework-standard-edition YOUR_DIRECTORY "2.7.*" -vvv

Expand Down Expand Up @@ -97,7 +97,7 @@ This bundle is also used to test several CI (Continuous Integration) services.
6. Add `php app/console statuses:hometimeline --env=prod` in your crontab (e.g. every hour) to retrieve tweets automatically

## Dependencies
- [symfony/symfony][Symfony2 GitHub] (2.7+)
- [symfony/symfony][Symfony GitHub] (2.7+)
- [abraham/twitteroauth][twitteroauth] (^0.6.0)
- [twitter/bootstrap][Twitter Bootstrap] (use [Bootswatch 3.3.2][Bootstrap CDN])

Expand All @@ -121,9 +121,9 @@ Or by installing `phpunit` with Composer:
[Packagist Stable Image]: https://poser.pugx.org/alexislefebvre/async-tweets-bundle/v/stable.svg
[Packagist Unstable Image]: https://poser.pugx.org/alexislefebvre/async-tweets-bundle/v/unstable.svg

[Symfony2]: http://symfony.com/
[Symfony]: http://symfony.com/
[Twitter keys]: https://apps.twitter.com/
[Symfony2 GitHub]: https://github.com/symfony/symfony
[Symfony GitHub]: https://github.com/symfony/symfony
[Composer]: https://getcomposer.org/download/

[Travis Master image]: https://travis-ci.org/alexislefebvre/AsyncTweetsBundle.svg?branch=master
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name" : "alexislefebvre/async-tweets-bundle",
"type" : "symfony-bundle",
"description" : "Symfony2 bundle providing a Twitter reader for asynchronous reading",
"keywords" : ["symfony2", "twitter", "reader", "bundle"],
"description" : "Symfony bundle providing a Twitter reader for asynchronous reading",
"keywords" : ["symfony", "twitter", "reader", "bundle"],
"homepage": "http://asynctweets.alexislefebvre.com/",
"license" : "MIT",
"authors" : [{
Expand Down

0 comments on commit 01df4e6

Please sign in to comment.