Skip to content

Commit

Permalink
Bugfix: increase minimum stdlib
Browse files Browse the repository at this point in the history
Mysql 3.1.0 included 08a66b7 which uses dirname() which was released in
stdlib 4.1.0. This change bumps the minimum stdlib up to 4.1.0
  • Loading branch information
hunner committed Feb 6, 2015
1 parent b3a38a8 commit 8a828aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
],
"description": "Mysql module",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"},
{"name":"puppetlabs/stdlib","version_requirement":">= 4.1.0 < 5.0.0"},
{"name":"nanliu/staging","version_requirement":"1.x"}
]
}

0 comments on commit 8a828aa

Please sign in to comment.