diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-15 10:38:58 +0100 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-15 10:38:58 +0100 | 
| commit | a000aad74320abcaf2eed2e6b0580fd9a8452e2c (patch) | |
| tree | 1c7f071dc2ac3296a4673b443c7f7252e9c4a58f /cpanfile | |
| parent | f6a191c454a3a18fd0b7b2b7733a592492be9a79 (diff) | |
Switch from DBWagenreihung to DBRIS::Formation
Diffstat (limited to 'cpanfile')
| -rw-r--r-- | cpanfile | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -17,8 +17,9 @@ requires 'Mojolicious::Plugin::OAuth2';  requires 'Mojo::Pg';  requires 'Text::CSV';  requires 'Text::Markdown'; +requires 'Travel::Status::DE::DBRIS',          '>= 0.06';  requires 'Travel::Status::DE::DBWagenreihung', '== 0.18'; -requires 'Travel::Status::DE::HAFAS', '>= 5.03'; +requires 'Travel::Status::DE::HAFAS',          '>= 5.03';  requires 'Travel::Status::DE::IRIS';  requires 'UUID::Tiny';  requires 'JSON'; | 
