Skip to content

Commit

Permalink
Updated dependencies and bumbed minimum PHP version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon committed Nov 17, 2022
1 parent 5a2010f commit 82abc0b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 47 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=8.0",
"ext-json": "*",
"ext-openssl": "*",
"ext-curl": "*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"setasign/setapdf-signer": "^2.38"
"setasign/setapdf-signer": "^2.40.3"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5",
Expand Down
95 changes: 50 additions & 45 deletions composer.lock

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

0 comments on commit 82abc0b

Please sign in to comment.