Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Jul 9, 2020
1 parent 98dcac7 commit 4d03871
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ if (\class_exists(PhpCsFixer\Config::class, false)) {
->setUsingCache(true)
->setRiskyAllowed(true)
->setRules([
'@PHP56Migration' => true,
'@PHP56Migration:risky' => true,
'@PHPUnit57Migration:risky' => true,
'@Symfony' => true,
'@Symfony:risky' => true,
'array_syntax' => ['syntax' => 'short'],
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Available translations for:

## Requirements

* PHP >= 5.6
* PHP ^5.6\|^7.0
* [Symfony][1] ^2.8|^3.4|^4.0
* [Knp Paginator bundle][2]

Expand All @@ -30,12 +30,12 @@ Available translations for:

## Version Matrix

| Ticket Bundle | Symfony | PHP |
| --------------| ---------------- | ----- |
| [3.x][6] | ^2.8\|^3.4\|^4.0 | >=5.6 |
| [2.x][7] | ^2.7\|^3.4 | >=5.3 |
| [1.x][8] | ^2.3 | >=5.3 |
| [0.x][9] | ^2.3 | >=5.3 |
| Ticket Bundle | Symfony | PHP |
| --------------| ---------------- | ---------- |
| [3.x][6] | ^2.8\|^3.4\|^4.0 | ^5.6\|^7.0 |
| [2.x][7] | ^2.7\|^3.4 | ^5.3\|^7.0 |
| [1.x][8] | ^2.3 | ^5.3\|^7.0 |
| [0.x][9] | ^2.3 | ^5.3\|^7.0 |

## Demo

Expand Down

0 comments on commit 4d03871

Please sign in to comment.