Skip to content

Commit

Permalink
Merge pull request #259 from j0k3r/fix/pdfparser-1.0
Browse files Browse the repository at this point in the history
Use new pdfparser version
  • Loading branch information
j0k3r authored Apr 28, 2021
2 parents c3a61f1 + 0c30de3 commit 9e6e54d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"

steps:
- name: "Checkout"
Expand Down
33 changes: 0 additions & 33 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"php-http/httplug": "^2.2",
"php-http/message": "^1.9",
"simplepie/simplepie": "^1.5",
"smalot/pdfparser": "~0.16",
"smalot/pdfparser": "^1.0",
"symfony/options-resolver": "^3.4|^4.0|^5.0",
"true/punycode": "^2.1"
},
Expand Down
3 changes: 1 addition & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ parameters:
- src
- tests

# https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288
autoload_files:
bootstrapFiles:
- vendor/bin/.phpunit/phpunit-8.3-0/vendor/autoload.php

ignoreErrors:
Expand Down

0 comments on commit 9e6e54d

Please sign in to comment.