Skip to content

Commit

Permalink
Added separate headers column for sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
yesdevnull committed Oct 29, 2018
1 parent e18fc58 commit db9be70
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 db9be70

Please sign in to comment.