requires 'Mojolicious', '6.0';

on develop => sub {
  requires 'Browser::Open'; # running tests that Phantom cannot yet
};

