Skip to content

Commit

Permalink
Merge pull request #26 from Setasign/development
Browse files Browse the repository at this point in the history
Added support for php 8.0
  • Loading branch information
MaximilianKresse authored Jun 28, 2021
2 parents fc248c3 + e21c91c commit 1c251c1
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 93 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},

"require": {
"php": "^5.6 || ^7.0",
"php": ">=5.6",
"ext-ctype": "*",

"setasign/setapdf-core": "^2.29"
Expand Down Expand Up @@ -61,4 +61,4 @@
"SetaFPDF",
"SetaPDF"
]
}
}
Loading

0 comments on commit 1c251c1

Please sign in to comment.