Added a simple tool to import stura CSV lists.

This commit is contained in:
Jan Böhmer 2021-10-03 23:26:24 +02:00
parent df6bf01e07
commit 407d78b151
4 changed files with 375 additions and 1 deletions

View file

@ -199,6 +199,9 @@
"lcobucci/jwt": {
"version": "3.3.1"
},
"league/csv": {
"version": "9.6.2"
},
"league/html-to-markdown": {
"version": "4.8.2"
},