Skip to content

Commit

Permalink
Add Twig and Symfony HTTP Foundation
Browse files Browse the repository at this point in the history
In preparation for the new Amendments class. Do this separately for code
reviews
  • Loading branch information
robertdown committed May 1, 2017
1 parent 997c00a commit 2bcd396
Show file tree
Hide file tree
Showing 307 changed files with 34,581 additions and 34 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<delete dir="${dir.vendor}/symfony/console/Tests" verbose="true"/>
<delete dir="${dir.vendor}/symfony/debug/Resources/ext/tests" verbose="true"/>
<delete dir="${dir.vendor}/symfony/debug/Tests" verbose="true"/>
<delete dir="${dir.vendor}/symfony/http-foundation/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}/zendframework/zendxml/tests" verbose="true"/>
</target>

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"dompdf/dompdf": "0.7.0",
"doctrine/common": "2.5.0",
"doctrine/couchdb": "1.0-beta2",
"doctrine/orm": "2.5.5"
"doctrine/orm": "2.5.5",
"twig/twig": "1.33.*",
"symfony/http-foundation": "2.8.20"

},
"require-dev": {
Expand Down
Loading

0 comments on commit 2bcd396

Please sign in to comment.