Merge pull request #42 from Barbara-Pitt/config

issue#16 - adding dependency management
This commit is contained in:
towards-a-new-leftypol 2020-12-26 18:56:08 -05:00 committed by GitHub
commit e3b3c469b7
3 changed files with 1563 additions and 0 deletions

2
.gitignore vendored
View file

@ -7,6 +7,8 @@
/*/config.php
/*.html
/*.xml
/vendor/*
/vendor
# include some files though
!/templates/*.html

5
composer.json Normal file
View file

@ -0,0 +1,5 @@
{
"require": {
"phpunit/phpunit": "^5"
}
}

1556
composer.lock generated Normal file

File diff suppressed because it is too large Load diff