Browse Source

Merge pull request #42 from Barbara-Pitt/config

issue#16 - adding dependency management
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
0232f03219
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitignore
  2. 5
      composer.json
  3. 1556
      composer.lock

2
.gitignore

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

5
composer.json

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

1556
composer.lock

File diff suppressed because it is too large
Loading…
Cancel
Save