Skip to content

Commit a4b6b84

Browse files
committed
Merge pull request #40 from gavroche/master
PR40 - Added support for Composer, Images Wrapping, Unit Testing and started re-writing code to be PSR-2 compliant
2 parents fa7de9c + d09f095 commit a4b6b84

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+10959
-10238
lines changed

.gitignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
1+
.DS_Store
2+
._*
3+
.Spotlight-V100
4+
.Trashes
5+
Thumbs.db
6+
Desktop.ini
7+
.idea
8+
phpunit.xml
9+
composer.lock
10+
composer.phar
11+
vendor
212
/.settings
313
/.buildpath
414
/.project
515
/docs
6-
716
*.odt
817
*.docx
918
*.rtf
1019
*.txt
11-
*.xml
20+
*.xml

0 commit comments

Comments
 (0)