indiana-university / rivet-docs

Website and documentation for Rivet, Indiana University’s design system for web application development
https://rivet.iu.edu/
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Remove Composer files #139

Closed levimcg closed 4 years ago

levimcg commented 5 years ago

A long time a go we were using Composer to manage a couple of php dependencies for tiny API service we built. That service was removed a long time ago, but the composer.json and composer.lock files are still being tracked in the repo.

We should remove these when possible. We should also double check to make sure that any Composer-releated commands are removed from the CI process if they still exist. I don't think they do, but it would be good to check as a part of this issue.

illusivesunrae commented 4 years ago

Released in PR #145.