Enhancement: composer setup

This commit is contained in:
till 2014-02-17 23:38:45 +01:00
parent 847526410e
commit bcc91b2167
1 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
], ],
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Spreadsheet_Excel_Writer": "./" "Spreadsheet": "./"
} }
}, },
"description": "More info available on: http://pear.php.net/package/Spreadsheet_Excel_Writer", "description": "More info available on: http://pear.php.net/package/Spreadsheet_Excel_Writer",
@ -38,7 +38,8 @@
}, },
"type": "library", "type": "library",
"require": { "require": {
"pear/pear_exception": "*" "pear/pear_exception": "*",
"pear/ole": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "*" "phpunit/phpunit": "*"