Skip to content

Commit

Permalink
Added support for php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse committed Jun 28, 2021
1 parent fc248c3 commit e21c91c
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 e21c91c

Please sign in to comment.