Composer and PHPCS added

A composer package descriptor has been added, along with a PHPunit descriptor and code sniffer ruleset.
This commit is contained in:
2017-07-15 15:50:17 +02:00
parent 4890dbaeeb
commit 1781335f25
4 changed files with 55 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
composer.lock
/vendor/
.idea