Changelog
*Sourced from [twig/twig's changelog](https://github.com/twigphp/Twig/blob/v3.0.0/CHANGELOG).*
> * 3.0.0 (2019-11-15)
>
> * fixed number formatter in Intl extra extension when using a formatter prototype
>
> * 3.0.0-BETA1 (2019-11-11)
>
> * removed the "if" condition support on the "for" tag
> * made the in, <, >, <=, >=, ==, and != operators more strict when comparing strings and integers/floats
> * removed the "filter" tag
> * added type hints everywhere
> * changed Environment::resolveTemplate() to always return a TemplateWrapper instance
> * removed Template::__toString()
> * removed Parser::isReservedMacroName()
> * removed SanboxedPrintNode
> * removed Node::setTemplateName()
> * made classes maked as "[@final](https://github.com/final)" final
> * removed InitRuntimeInterface, ExistsLoaderInterface, and SourceContextLoaderInterface
> * removed the "spaceless" tag
> * removed Twig\Environment::getBaseTemplateClass() and Twig\Environment::setBaseTemplateClass()
> * removed the "base_template_class" option on Twig\Environment
> * bumped minimum PHP version to 7.2
> * removed PSR-0 classes
>
> * 2.12.3 (2019-XX-XX)
>
> * fixed number formatter in Intl extra extension when using a formatter prototype
>
> * 2.12.2 (2019-11-11)
>
> * added supported for exponential numbers
>
> * 2.12.1 (2019-10-17)
>
> * added the String extension in the "extra" repositories: "u" filter
>
> * 2.12.0 (2019-10-05)
>
> * added the spaceship operator ("<=>"), useful when using an arrow function in the "sort" filter
> * added support for an "arrow" function on the "sort" filter
> * added the CssInliner extension in the "extra" repositories: "inline_css"
> filter
> * added the Inky extension in the "extra" repositories: "inky_to_html" filter
> * added Intl extension in the "extra" repositories: "country_name",
> "currency_name", "currency_symbol", "language_name", "locale_name",
> "timezone_name", "format_currency", "format_number",
> "format_*_number", "format_datetime", "format_date", and "format_time"
> filters, and the "country_timezones" function
> * added the Markdown extension in the "extra" repositories: "markdown_to_html",
> and "html_to_markdown" filters
> * added the HtmlExtension extension in the "extra" repositories: "date_uri"
> ... (truncated)
Commits
- [`9b58bb8`](https://github.com/twigphp/Twig/commit/9b58bb8ac7a41d72fbb5a7dc643e07923e5ccc26) Prepare the 3.0.0 release
- [`e2f3e2e`](https://github.com/twigphp/Twig/commit/e2f3e2edfe7bf373e389b8a74615a5c80f8df8fe) Update CHANGELOG
- [`566305d`](https://github.com/twigphp/Twig/commit/566305d9408ee9282642f9b3edd866a1127209f4) Merge branch '2.x' into 3.x
- [`34a2a74`](https://github.com/twigphp/Twig/commit/34a2a74596cfa6fb8f32415bc97f505d9f29bb8f) bug [#3198](https://github-redirect.dependabot.com/twigphp/Twig/issues/3198) Fix number formatter in Intl extra extension (fabpot)
- [`a6cf3f3`](https://github.com/twigphp/Twig/commit/a6cf3f3f37e095811cc8513a7b54db996d2f229d) Fix number formatter in Intl extra extension
- [`d796e12`](https://github.com/twigphp/Twig/commit/d796e12863259967505f56408dc4671b6c316c78) minor [#3197](https://github-redirect.dependabot.com/twigphp/Twig/issues/3197) Fix README (fabpot)
- [`ddad9d8`](https://github.com/twigphp/Twig/commit/ddad9d8c985639b24265015a06c936cbe137c7b7) Fix README
- [`504f124`](https://github.com/twigphp/Twig/commit/504f1245e04b7874d27d863fca3ac86797c83da8) Merge branch '2.x' into 3.x
- [`208b745`](https://github.com/twigphp/Twig/commit/208b74528679eb1797f0c0f03dae8fb22b8b9ec5) Fix docs
- [`37bd13d`](https://github.com/twigphp/Twig/commit/37bd13d4e40feb6eac2338735e3f6629e534f9fd) Merge branch '1.x' into 2.x
- Additional commits viewable in [compare view](https://github.com/twigphp/Twig/compare/v2.7.4...v3.0.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps twig/twig from 2.7.4 to 3.0.0.
Changelog
*Sourced from [twig/twig's changelog](https://github.com/twigphp/Twig/blob/v3.0.0/CHANGELOG).* > * 3.0.0 (2019-11-15) > > * fixed number formatter in Intl extra extension when using a formatter prototype > > * 3.0.0-BETA1 (2019-11-11) > > * removed the "if" condition support on the "for" tag > * made the in, <, >, <=, >=, ==, and != operators more strict when comparing strings and integers/floats > * removed the "filter" tag > * added type hints everywhere > * changed Environment::resolveTemplate() to always return a TemplateWrapper instance > * removed Template::__toString() > * removed Parser::isReservedMacroName() > * removed SanboxedPrintNode > * removed Node::setTemplateName() > * made classes maked as "[@final](https://github.com/final)" final > * removed InitRuntimeInterface, ExistsLoaderInterface, and SourceContextLoaderInterface > * removed the "spaceless" tag > * removed Twig\Environment::getBaseTemplateClass() and Twig\Environment::setBaseTemplateClass() > * removed the "base_template_class" option on Twig\Environment > * bumped minimum PHP version to 7.2 > * removed PSR-0 classes > > * 2.12.3 (2019-XX-XX) > > * fixed number formatter in Intl extra extension when using a formatter prototype > > * 2.12.2 (2019-11-11) > > * added supported for exponential numbers > > * 2.12.1 (2019-10-17) > > * added the String extension in the "extra" repositories: "u" filter > > * 2.12.0 (2019-10-05) > > * added the spaceship operator ("<=>"), useful when using an arrow function in the "sort" filter > * added support for an "arrow" function on the "sort" filter > * added the CssInliner extension in the "extra" repositories: "inline_css" > filter > * added the Inky extension in the "extra" repositories: "inky_to_html" filter > * added Intl extension in the "extra" repositories: "country_name", > "currency_name", "currency_symbol", "language_name", "locale_name", > "timezone_name", "format_currency", "format_number", > "format_*_number", "format_datetime", "format_date", and "format_time" > filters, and the "country_timezones" function > * added the Markdown extension in the "extra" repositories: "markdown_to_html", > and "html_to_markdown" filters > * added the HtmlExtension extension in the "extra" repositories: "date_uri" > ... (truncated)Commits
- [`9b58bb8`](https://github.com/twigphp/Twig/commit/9b58bb8ac7a41d72fbb5a7dc643e07923e5ccc26) Prepare the 3.0.0 release - [`e2f3e2e`](https://github.com/twigphp/Twig/commit/e2f3e2edfe7bf373e389b8a74615a5c80f8df8fe) Update CHANGELOG - [`566305d`](https://github.com/twigphp/Twig/commit/566305d9408ee9282642f9b3edd866a1127209f4) Merge branch '2.x' into 3.x - [`34a2a74`](https://github.com/twigphp/Twig/commit/34a2a74596cfa6fb8f32415bc97f505d9f29bb8f) bug [#3198](https://github-redirect.dependabot.com/twigphp/Twig/issues/3198) Fix number formatter in Intl extra extension (fabpot) - [`a6cf3f3`](https://github.com/twigphp/Twig/commit/a6cf3f3f37e095811cc8513a7b54db996d2f229d) Fix number formatter in Intl extra extension - [`d796e12`](https://github.com/twigphp/Twig/commit/d796e12863259967505f56408dc4671b6c316c78) minor [#3197](https://github-redirect.dependabot.com/twigphp/Twig/issues/3197) Fix README (fabpot) - [`ddad9d8`](https://github.com/twigphp/Twig/commit/ddad9d8c985639b24265015a06c936cbe137c7b7) Fix README - [`504f124`](https://github.com/twigphp/Twig/commit/504f1245e04b7874d27d863fca3ac86797c83da8) Merge branch '2.x' into 3.x - [`208b745`](https://github.com/twigphp/Twig/commit/208b74528679eb1797f0c0f03dae8fb22b8b9ec5) Fix docs - [`37bd13d`](https://github.com/twigphp/Twig/commit/37bd13d4e40feb6eac2338735e3f6629e534f9fd) Merge branch '1.x' into 2.x - Additional commits viewable in [compare view](https://github.com/twigphp/Twig/compare/v2.7.4...v3.0.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)