Skip to content

Commit

Permalink
Set max AssetPack version in cpanfile (#4094)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango committed Aug 1, 2022
1 parent 7450867 commit 2f18f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ requires 'JavaScript::Minifier::XS' => '0.11';
requires 'Mojo::File' => '0';
requires 'Mojolicious' => '== 7.31';
requires 'Mojolicious::Lite' => '0';
requires 'Mojolicious::Plugin::AssetPack' => '1.42';
requires 'Mojolicious::Plugin::AssetPack' => '>= 1.42, <= 2.11';
requires 'strict' => '0';
requires 'warnings' => '0';

0 comments on commit 2f18f82

Please sign in to comment.