forked from leftypol/leftypol
Merge pull request #42 from Barbara-Pitt/config
issue#16 - adding dependency management
This commit is contained in:
commit
e3b3c469b7
3 changed files with 1563 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,6 +7,8 @@
|
||||||
/*/config.php
|
/*/config.php
|
||||||
/*.html
|
/*.html
|
||||||
/*.xml
|
/*.xml
|
||||||
|
/vendor/*
|
||||||
|
/vendor
|
||||||
|
|
||||||
# include some files though
|
# include some files though
|
||||||
!/templates/*.html
|
!/templates/*.html
|
||||||
|
|
5
composer.json
Normal file
5
composer.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"require": {
|
||||||
|
"phpunit/phpunit": "^5"
|
||||||
|
}
|
||||||
|
}
|
1556
composer.lock
generated
Normal file
1556
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue