diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-18 22:26:11 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-18 22:26:11 +0200 | 
| commit | 7b0d8eda83cc03fca8b4228fb14795433c40f6dc (patch) | |
| tree | aad9c42ab639cb9d68b8f153126b098dd3965be5 /cpanfile | |
| parent | 9be80133b419ceb193f146d4a06dfd88bc9020ee (diff) | |
EFA: trip IDs should include a time, not just a date
Closes #243
Diffstat (limited to 'cpanfile')
| -rw-r--r-- | cpanfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ requires 'Mojolicious::Plugin::OAuth2';  requires 'Mojo::Pg';  requires 'Text::CSV';  requires 'Text::Markdown'; -requires 'Travel::Status::DE::EFA', '>= 3.10'; +requires 'Travel::Status::DE::EFA', '>= 3.12';  requires 'Travel::Status::MOTIS', '>= 0.01';  requires 'Travel::Status::DE::DBRIS', '>= 0.10';  requires 'Travel::Status::DE::HAFAS', '>= 6.20'; | 
