Skip to content

Commit

Permalink
Merge pull request #18 from munisense/improvement/ComposerPHPUnit
Browse files Browse the repository at this point in the history
Switched from a global phpunit install to using composer to manage the phpUnit dependency and autoloading.
  • Loading branch information
mk-j committed Nov 18, 2014
2 parents 78aab46 + 4e7e5ef commit 930a0f3
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
.idea
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"keywords": ["php", "library","xls", "xlsx", "excel"],
"type": "project",
"homepage": "https://github.com/mk-j/PHP_XLSXWriter",
"minimum-stability": "dev",
"license": "MIT",

"autoload": {
"classmap": ["xlsxwriter.class.php"]
},
"require-dev": {
"phpunit/phpunit": "4.3.*"
}
}
Loading

0 comments on commit 930a0f3

Please sign in to comment.