Skip to content

[TwigBridge] swap filter/function and package names #25737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2018

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jan 10, 2018

Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

Error message was Did you forget to run "composer require symfony/csrf_token"? Unknown function "form" in "Security/Pages/login.html". and will now be Did you forget to run "composer require symfony/form"? Unknown function "csrf_token" in "Security/Pages/login.html".

@fabpot
Copy link
Member

fabpot commented Jan 10, 2018

Thank you @xabbuh.

@fabpot fabpot merged commit 9db699b into symfony:3.4 Jan 10, 2018
fabpot added a commit that referenced this pull request Jan 10, 2018
This PR was merged into the 3.4 branch.

Discussion
----------

[TwigBridge] swap filter/function and package names

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Error message was `Did you forget to run "composer require symfony/csrf_token"? Unknown function "form" in "Security/Pages/login.html".` and will now be `Did you forget to run "composer require symfony/form"? Unknown function "csrf_token" in "Security/Pages/login.html".`

Commits
-------

9db699b swap filter/function and package names
@xabbuh xabbuh deleted the pr-25601 branch January 10, 2018 07:59
This was referenced Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants