README: ship logos

This commit is contained in:
TomasVotruba 2017-10-30 15:44:00 +01:00
parent b2f2d47537
commit 67b41eba27
6 changed files with 7 additions and 11 deletions

View File

@ -3,17 +3,13 @@
[![Build Status](https://img.shields.io/travis/RectorPHP/Rector/master.svg?style=flat-square)](https://travis-ci.org/RectorPHP/Rector)
[![Coverage Status](https://img.shields.io/coveralls/RectorPHP/Rector/master.svg?style=flat-square)](https://coveralls.io/github/RectorPHP/Rector?branch=master)
This tool will **upgrade your application** for you.
This tool will **upgrade your application** for you, with focus on open-source projetcs.
## All Reconstructors
At the moment these packages are supported:
- [Nette](/src/config/level/nette)
- [PHP_CodeSniffer](/src/config/level/php-code-sniffer)
- [PHPUnit](/src/config/level/phpunit)
- [Roave](/src/config/level/roave)
- [Symfony](/src/config/level/symfony)
![Symfony](docs/symfony.png)
![Nette](docs/nette.png)
![PHPUnit](docs/phpunit.jpg)
![Roave](docs/roave.jpg)
![PHP_CodeSniffer](docs/codesniffer.jpg)
## Install
@ -26,7 +22,7 @@ composer require rector/rector --dev
### A. Prepared Sets
Fetaures open-source projects have prepared rectors sets, you can find them in [`/src/config/level`](/src/config/level).
Fetaured open-source projects have **prepared sets**. You'll find them in [`/src/config/level`](/src/config/level).
E.g. Do you need to upgrade to Nette 2.4?

BIN
docs/codesniffer.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/nette.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
docs/phpunit.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
docs/roave.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
docs/symfony.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB