Skip to content

Commit

Permalink
Allow newest module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and mmoll committed Apr 16, 2019
1 parent c631845 commit d657639
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"dependencies": [
{
"name": "theforeman/dns",
"version_requirement": ">= 1.3.0 < 6.0.0"
"version_requirement": ">= 1.3.0 < 7.0.0"
},
{
"name": "theforeman/dhcp",
"version_requirement": ">= 1.3.0 < 5.0.0"
"version_requirement": ">= 1.3.0 < 7.0.0"
},
{
"name": "theforeman/foreman",
"version_requirement": ">= 10.0.0 < 12.0.0"
"version_requirement": ">= 10.0.0 < 13.0.0"
},
{
"name": "theforeman/puppet",
"version_requirement": ">= 10.0.0 < 12.0.0"
"version_requirement": ">= 10.0.0 < 13.0.0"
},
{
"name": "theforeman/tftp",
"version_requirement": ">= 1.3.0 < 5.0.0"
"version_requirement": ">= 1.3.0 < 6.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand Down

0 comments on commit d657639

Please sign in to comment.