Skip to content

Commit

Permalink
Merge pull request #10 from iter8-au/fix-header-columns
Browse files Browse the repository at this point in the history
[FIX] Added separate headers column for sheets
  • Loading branch information
yesdevnull authored Oct 29, 2018
2 parents e18fc58 + db9be70 commit 8eaf90d
Show file tree
Hide file tree
Showing 6 changed files with 502 additions and 207 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "iter8/builder",
"version": "3.0.3",
"description": "A wrapper for the PHP Excel library to help you quickly build reports",
"keywords": ["phpexcel", "reports", "excel", "spout", "silex"],
"license": "MIT",
Expand All @@ -21,11 +20,13 @@
"require": {
"php": "^7.1",
"phpoffice/phpspreadsheet": "~1.2",
"box/spout": "^2.7"
"box/spout": "^2.7",
"webmozart/assert": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"silex/silex": "^2.0"
"silex/silex": "^2.0",
"symfony/var-dumper": "^4.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8eaf90d

Please sign in to comment.