Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
adamturcsan committed Oct 9, 2017
2 parents 67bd0fe + d45d708 commit 19c2324
Show file tree
Hide file tree
Showing 6 changed files with 808 additions and 44 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/test export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.coveralls.yml export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor/
/tmp/
/test/configuration.xml
/phpunit-xdebug
/phpunit-xdebug
/humbuglog.txt
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"ext-xml": "*",
"phpunit/phpunit": "^4.7"
"phpunit/phpunit": "^4.7",
"humbug/humbug": "1.0.0-alpha2"
}
}
Loading

0 comments on commit 19c2324

Please sign in to comment.