Skip to content

Commit 4d03871

Browse files
committed
Update README.md
1 parent 98dcac7 commit 4d03871

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.php_cs.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ if (\class_exists(PhpCsFixer\Config::class, false)) {
1515
->setUsingCache(true)
1616
->setRiskyAllowed(true)
1717
->setRules([
18+
'@PHP56Migration' => true,
19+
'@PHP56Migration:risky' => true,
20+
'@PHPUnit57Migration:risky' => true,
1821
'@Symfony' => true,
1922
'@Symfony:risky' => true,
2023
'array_syntax' => ['syntax' => 'short'],

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Available translations for:
1919

2020
## Requirements
2121

22-
* PHP >= 5.6
22+
* PHP ^5.6\|^7.0
2323
* [Symfony][1] ^2.8|^3.4|^4.0
2424
* [Knp Paginator bundle][2]
2525

@@ -30,12 +30,12 @@ Available translations for:
3030

3131
## Version Matrix
3232

33-
| Ticket Bundle | Symfony | PHP |
34-
| --------------| ---------------- | ----- |
35-
| [3.x][6] | ^2.8\|^3.4\|^4.0 | >=5.6 |
36-
| [2.x][7] | ^2.7\|^3.4 | >=5.3 |
37-
| [1.x][8] | ^2.3 | >=5.3 |
38-
| [0.x][9] | ^2.3 | >=5.3 |
33+
| Ticket Bundle | Symfony | PHP |
34+
| --------------| ---------------- | ---------- |
35+
| [3.x][6] | ^2.8\|^3.4\|^4.0 | ^5.6\|^7.0 |
36+
| [2.x][7] | ^2.7\|^3.4 | ^5.3\|^7.0 |
37+
| [1.x][8] | ^2.3 | ^5.3\|^7.0 |
38+
| [0.x][9] | ^2.3 | ^5.3\|^7.0 |
3939

4040
## Demo
4141

0 commit comments

Comments
 (0)