Added a simple autocomplete mechanism for the footprint URL.

This commit is contained in:
Jan Böhmer 2019-10-02 17:28:40 +02:00
parent 4675793c24
commit 3277d98ee2
10 changed files with 180 additions and 6 deletions

View file

@ -43,7 +43,8 @@
"twig/extra-bundle": "3.x-dev",
"twig/intl-extra": "3.x-dev",
"webmozart/assert": "^1.4",
"ext-bcmath": "*"
"ext-bcmath": "*",
"ext-json": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master",