File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff 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 ' ],
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments