Skip to content

Commit

Permalink
composer package updates
Browse files Browse the repository at this point in the history
Doctrine
mpdf
adldap2
phpmailer
dompdf
pdf-php
phpseclib
twig
htmlpurifier
knp-snappy
stripe-php
phpspreadsheet
  • Loading branch information
bradymiller committed Jun 30, 2018
1 parent 16fddc6 commit 50f5f5b
Show file tree
Hide file tree
Showing 2,805 changed files with 206,681 additions and 196,781 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
<delete dir="${dir.vendor}/phpunit/tests" verbose="true"/>
<delete dir="${dir.vendor}/psr/log/Psr/Log/Test" verbose="true"/>
<delete dir="${dir.vendor}/rospdf/pdf-php/examples" verbose="true"/>
<delete dir="${dir.vendor}/rospdf/pdf-php/tests" verbose="true"/>
<delete dir="${dir.vendor}/sabberworm/php-css-parser/tests" verbose="true"/>
<delete dir="${dir.vendor}/smarty/smarty/demo" verbose="true"/>
<delete dir="${dir.vendor}/stripe/stripe-php/tests" verbose="true"/>
<delete dir="${dir.vendor}/stripe/stripe-php/examples" verbose="true"/>
Expand All @@ -65,6 +67,7 @@
<delete dir="${dir.vendor}/symfony/filesystem/Tests" verbose="true"/>
<delete dir="${dir.vendor}/symfony/http-foundation/Tests" verbose="true"/>
<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"/>
Expand Down
40 changes: 19 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,29 @@
"source" : "http:https://github.com/openemr/openemr"
},
"require" : {
"mpdf/mpdf" : "6.1.3",
"adldap2/adldap2" : "7.0.4",
"mpdf/mpdf" : "7.1.0",
"adldap2/adldap2" : "8.1.5",
"smarty/smarty" : "2.6.31",
"adodb/adodb-php" : "5.20.12",
"phpmailer/phpmailer" : "5.2.16",
"rospdf/pdf-php" : "0.12.22",
"phpseclib/phpseclib" : "2.0.10",
"phpmailer/phpmailer" : "6.0.5",
"rospdf/pdf-php" : "0.12.46",
"phpseclib/phpseclib" : "2.0.11",
"zendframework/zendframework" : "2.5.3",
"phenx/php-font-lib" : "0.4",
"phenx/php-svg-lib" : "0.1",
"dompdf/dompdf" : "0.7.0",
"doctrine/common" : "2.5.0",
"doctrine/couchdb" : "1.0-beta2",
"doctrine/orm" : "2.5.5",
"twig/twig" : "1.33.*",
"vlucas/phpdotenv" : "2.4",
"symfony/config" : "2.8.*",
"symfony/dependency-injection" : "2.8.*",
"symfony/event-dispatcher" : "2.8.*",
"symfony/http-foundation" : "2.8.*",
"symfony/yaml" : "2.8.*",
"dompdf/dompdf" : "0.8.2",
"doctrine/common" : "2.7.3",
"doctrine/couchdb" : "1.0-beta4",
"doctrine/orm" : "2.5.14",
"twig/twig" : "1.35.3",
"vlucas/phpdotenv" : "2.4.0",
"symfony/config" : "2.8.42",
"symfony/dependency-injection" : "2.8.42",
"symfony/event-dispatcher" : "2.8.42",
"symfony/http-foundation" : "2.8.42",
"symfony/yaml" : "2.8.42",
"ezyang/htmlpurifier" : "4.10.0",
"knplabs/knp-snappy" : "^0.5.0",
"stripe/stripe-php" : "5.2.0",
"phpoffice/phpspreadsheet": "1.2.1"
"knplabs/knp-snappy" : "1.0.4",
"stripe/stripe-php" : "6.10.0",
"phpoffice/phpspreadsheet": "1.3.1"
},
"require-dev" : {
},
Expand Down
Loading

0 comments on commit 50f5f5b

Please sign in to comment.