Skip to content

Commit

Permalink
Bump twig so we have a stable api
Browse files Browse the repository at this point in the history
the formatDate function was a global function, and a static method in
previous points in time. This might not be the most stable API to couple
to, but we'll see how it goes. The alternative would be to duplicate the
twig filter code into our extensions.
  • Loading branch information
markstory committed Jun 30, 2024
1 parent f44de73 commit fe785ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cakephp/cakephp": "^5.0.0",
"jasny/twig-extensions": "^1.3",
"twig/markdown-extra": "^3.0",
"twig/twig": "^3.4"
"twig/twig": "^3.10.3"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^5.0",
Expand Down

0 comments on commit fe785ec

Please sign in to comment.