Enhancement: composer setup
This commit is contained in:
parent
847526410e
commit
bcc91b2167
|
|
@ -23,7 +23,7 @@
|
|||
],
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Spreadsheet_Excel_Writer": "./"
|
||||
"Spreadsheet": "./"
|
||||
}
|
||||
},
|
||||
"description": "More info available on: http://pear.php.net/package/Spreadsheet_Excel_Writer",
|
||||
|
|
@ -38,7 +38,8 @@
|
|||
},
|
||||
"type": "library",
|
||||
"require": {
|
||||
"pear/pear_exception": "*"
|
||||
"pear/pear_exception": "*",
|
||||
"pear/ole": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue