v1.10.1 build updates

- Fixed API issues
- Updated release notes and readme files
- Updated dummy database files
- dumped composer to with --no-dev to ignore dev dependency

- ignored tests directory and phpunit.xml while downloading compressed archives of the repo
This commit is contained in:
Manish Verma
2018-09-19 14:07:25 +05:30
committed by Manish Verma
parent 97e45c8a9f
commit 00a7111421
6 changed files with 14 additions and 7 deletions

3
.gitattributes vendored
View File

@@ -3,3 +3,6 @@
*.less linguist-vendored
*.js linguist-vendored
*.html linguist-vendored
tests/ export-ignore
phpunit.xml export-ignore