Skip to content

Commit

Permalink
include composer and phpunit to build test suites
Browse files Browse the repository at this point in the history
(cherry picked from commit 86affb5)
  • Loading branch information
zyzo authored and andibraeu committed Jul 18, 2015
1 parent b3079a9 commit a860eec
Show file tree
Hide file tree
Showing 4 changed files with 1,002 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ics-collector/debugger/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ext
data
/vendor/
/composer.phar
15 changes: 15 additions & 0 deletions ics-collector/debugger/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "zyzo/ics-tools",
"description": "Set of tools to deal with ics formats",
"license": "MIT",
"authors": [
{
"name": "zyzo",
"email": "zyzo@github.com"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "4.6.*"
}
}
Loading

0 comments on commit a860eec

Please sign in to comment.