Skip to content

Commit 5dd450e

Browse files
authored
N°8771 - Add Symfony form component to iTop core (#760)
- Add Symfony Form Component - Add Symfony CSRF security component - Add iTop default form template - Add Twig debug extension to Twig Environment - Add iTop abstract controller facility to get form builder - Add Twig filter to make trans an alias of dict_s filter
1 parent 8239572 commit 5dd450e

File tree

605 files changed

+60398
-304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

605 files changed

+60398
-304
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
"soundasleep/html2text": "~2.1",
2525
"symfony/console": "~6.4.0",
2626
"symfony/dotenv": "~6.4.0",
27+
"symfony/form": "^6.4",
2728
"symfony/framework-bundle": "~6.4.0",
2829
"symfony/http-foundation": "~6.4.0",
2930
"symfony/http-kernel": "~6.4.0",
3031
"symfony/mailer": "^6.4",
3132
"symfony/runtime": "~6.4.0",
33+
"symfony/security-csrf": "^6.4",
3234
"symfony/twig-bundle": "~6.4.0",
3335
"symfony/var-dumper": "~6.4.0",
3436
"symfony/yaml": "~6.4.0",

0 commit comments

Comments
 (0)