Skip to content

Commit

Permalink
XOL-4064 Upgrade to PHPSpreadsheet (#9)
Browse files Browse the repository at this point in the history
XOL-4064 Upgrade to PHPSpreadsheet
  • Loading branch information
anush authored Oct 23, 2019
2 parents 6aab4ea + 626d203 commit 88cca4e
Show file tree
Hide file tree
Showing 14 changed files with 296 additions and 205 deletions.
47 changes: 0 additions & 47 deletions PHPExcelFactory.php

This file was deleted.

9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "xola/reportwriter-bundle",
"description": "A generic report writer",
"require": {
"php": ">=5.3.2",
"php": ">=5.6",
"symfony/framework-bundle": "~2.1",
"psr/log": "~1.0",
"phpoffice/phpexcel": "~1.8.0"
"phpoffice/phpspreadsheet": "^1.3"
},
"license": "MIT",
"authors": [
Expand All @@ -15,11 +15,10 @@
}
],
"autoload": {
"psr-0": {
"Xola\\ReportWriterBundle": ""
"psr-4": {
"Xola\\ReportWriterBundle\\": "src/"
}
},
"target-dir": "Xola/ReportWriterBundle",
"require-dev": {
"phpunit/phpunit": "~4.4"
}
Expand Down
Loading

0 comments on commit 88cca4e

Please sign in to comment.