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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Aug 8, 2018
1 parent 20cb00c commit fc84a8a
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ This bundle is also used to test several CI (Continuous Integration) services.
### Requirements:

- [Twitter keys][Twitter keys]
- PHP >= 5.6
- PHP >= 7.1
- a database (must be supported by Doctrine2)
- [Symfony][Symfony GitHub] (2.7 or higher) with [Composer][Composer]. If you want to install it:
- [Symfony][Symfony GitHub] (3.4+) with [Composer][Composer]. If you want to install it:

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

### Steps:

Expand Down Expand Up @@ -103,25 +103,14 @@ 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][Symfony GitHub] (2.7+)
- [symfony/symfony][Symfony GitHub] (3.4+)
- [abraham/twitteroauth][twitteroauth] (^0.6.0)
- [twitter/bootstrap][Twitter Bootstrap] (use [Bootswatch 3.3.2][Bootstrap CDN])


### Tests:

If `phpunit` is installed:

phpunit

Or by installing `phpunit` with Composer:

php composer.phar require --dev phpunit/phpunit "4.8.* || 5.1.*" -vvv ; php vendor/bin/phpunit

### Development environment

- [doctrine/doctrine-fixtures-bundle][doctrine-fixtures-bundle] (~2.3)
- [liip/functional-test-bundle][functional-test-bundle] (~1.0)
php vendor/bin/phpunit

[Packagist]: https://packagist.org/packages/alexislefebvre/async-tweets-bundle
[Packagist Stable Image]: https://poser.pugx.org/alexislefebvre/async-tweets-bundle/v/stable.svg
Expand Down Expand Up @@ -159,5 +148,3 @@ Or by installing `phpunit` with Composer:
[twitteroauth]: https://github.com/abraham/twitteroauth
[Twitter Bootstrap]: https://github.com/twbs/bootstrap
[Bootstrap CDN]: http://www.bootstrapcdn.com/#bootswatch_tab
[doctrine-fixtures-bundle]: https://github.com/doctrine/DoctrineFixturesBundle
[functional-test-bundle]: https://github.com/liip/LiipFunctionalTestBundle

0 comments on commit fc84a8a

Please sign in to comment.