@@ -28,12 +28,12 @@ Available translations for:
2828
2929## Version Matrix
3030
31- | Ticket Bundle | Symfony | PHP |
32- | ------------------ | --------------- | ----- |
33- | [ 3.x] [ 6 ] (master) | ^2.8\| ^3.0\| ^4.0 | >=5.6 |
34- | [ 2.x] [ 7 ] | ^2.7\| ^3.0 | >=5.3 |
35- | [ 1.x] [ 8 ] | ^2.3 | >=5.3 |
36- | [ 0.x] [ 9 ] | ^2.3 | >=5.3 |
31+ | Ticket Bundle | Symfony | PHP |
32+ | --------------| - --------------- | ----- |
33+ | [ 3.x] [ 6 ] | ^2.8\| ^3.0\| ^4.0 | >=5.6 |
34+ | [ 2.x] [ 7 ] | ^2.7\| ^3.0 | >=5.3 |
35+ | [ 1.x] [ 8 ] | ^2.3 | >=5.3 |
36+ | [ 0.x] [ 9 ] | ^2.3 | >=5.3 |
3737
3838
3939## Demo
@@ -69,11 +69,11 @@ These optional features that can be turned on or off.
6969
7070hackzilla_ticket :
7171 templates :
72- index : ' YOURTicketBundle: Ticket: index.html.twig'
73- new : ' YOURTicketBundle: Ticket: new.html.twig'
74- prototype : ' YOURTicketBundle: Ticket: prototype.html.twig'
75- show : ' YOURTicketBundle: Ticket: show.html.twig'
76- show_attachment : ' YOURTicketBundle: Ticket: show_attachment.html.twig'
72+ index : ' @App/ Ticket/ index.html.twig'
73+ new : ' @App/ Ticket/ new.html.twig'
74+ prototype : ' @App/ Ticket/ prototype.html.twig'
75+ show : ' @App/ Ticket/ show.html.twig'
76+ show_attachment : ' @App/ Ticket/ show_attachment.html.twig'
7777` ` `
7878
7979## Migrate a Previous Version
0 commit comments