Add Symfony Deprecation Contracts package

- Created CHANGELOG.md to maintain version history.
- Added README.md with usage instructions for the trigger_deprecation() function.
- Initialized composer.json for the Symfony Deprecation Contracts library, specifying dependencies and autoloading.
This commit is contained in:
2025-12-15 08:43:18 +01:00
parent 0eedc919db
commit 778ee26fe4
643 changed files with 113899 additions and 109267 deletions

View File

@@ -26,7 +26,6 @@
{block name='customer_form_errors'}
{include file='_partials/form-errors.tpl' errors=$errors['']}
{/block}
<form action="{block name='customer_form_actionurl'}{$action}{/block}" id="customer-form" class="js-customer-form" method="post">
<section class="register-inputs-form">
{block "form_fields"}
@@ -48,7 +47,11 @@
</button>
{/block}
</footer>
<hr>
{/block}
{block name='display_after_login_form'}
{hook h='displayCustomerLoginFormAfter'}
{/block}
</form>
{/block}