Skip to content

Commit

Permalink
Bringing Twig back in (openemr#2629)
Browse files Browse the repository at this point in the history
Bringing Twig back into codebase
  • Loading branch information
robertdown committed Aug 24, 2019
1 parent b67959f commit 1bc0287
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 120 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
<delete dir="${dir.vendor}/symfony/process/Tests" verbose="true"/>
<delete dir="${dir.vendor}/symfony/translation/Tests" verbose="true"/>
<delete dir="${dir.vendor}/symfony/yaml/Tests" verbose="true"/>
<delete dir="${dir.vendor}/twig/twig/doc" verbose="true"/>
<delete dir="${dir.vendor}/twig/twig/test" verbose="true"/>
<delete dir="${dir.vendor}/yubico/u2flib-server/examples" verbose="true"/>
<delete dir="${dir.vendor}/yubico/u2flib-server/tests" verbose="true"/>
</target>
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"omnipay/stripe": "3.0.1",
"waryway/php-traits-library": "1.0.4",
"paragonie/multi-factor": "0.2.2",
"twig/twig" : "^2.7.4",
"zendframework/zend-mvc-i18n": "1.1.0",
"zendframework/zend-json-server": "3.1.0",
"zendframework/zend-mvc-console": "1.2.0",
Expand Down
Loading

0 comments on commit 1bc0287

Please sign in to comment.