Skip to content

Commit

Permalink
Added (minimal) PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yesdevnull committed Feb 22, 2021
1 parent 9510563 commit 56e4559
Show file tree
Hide file tree
Showing 2 changed files with 2,138 additions and 618 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
{
"name": "Dean Smith",
"email": "[email protected]",
"homepage": "http://iter8.com.au"
"homepage": "https://iter8.com.au"
},
{
"name": "Dan Barrett",
"email": "[email protected]",
"homepage": "http://iter8.com.au"
"homepage": "https://iter8.com.au"
}
],
"require": {
"php": "^7.1",
"php": ">=7.1",
"phpoffice/phpspreadsheet": "~1.2",
"box/spout": "^2.7",
"webmozart/assert": "^1.3"
Expand Down
Loading

0 comments on commit 56e4559

Please sign in to comment.