Skip to content

Commit

Permalink
Require only parser from TCPDF
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Mar 18, 2017
1 parent 788d954 commit 194902c
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 75 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"require": {
"php": ">= 5.4",
"bcosca/fatfree-core": "^3.6",
"fossar/tcpdf-parser": "^6.2",
"fossar/twitteroauth-php54": "^0.7.3-beta",
"htmlawed/htmlawed": "^1.1",
"j0k3r/graby": "^1.6",
Expand Down
134 changes: 60 additions & 74 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function isNotUnimportant(dest) {
/^vendor\/simplepie\/simplepie\/(db\.sql|autoload\.php)$/,
/^vendor\/composer\/installed\.json$/,
/^vendor\/[^/]+\/[^/]+\/(test|doc)s?/i,
/^vendor\/wallabag/,
/^vendor\/smalot\/pdfparser\/samples/,
/^vendor\/smalot\/pdfparser\/src\/Smalot\/PdfParser\/Tests/,
].some(function(expr) { return expr.test(dest); });
Expand Down

0 comments on commit 194902c

Please sign in to comment.