Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Require ZendXml at ^1.0.1
Browse files Browse the repository at this point in the history
- To bring in ZF2015-06 mitigation.
  • Loading branch information
weierophinney committed Aug 3, 2015
1 parent fcca964 commit e0fc119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.23",
"zendframework/zendxml": "~1.0-dev"
"zendframework/zendxml": "^1.0.1"
},
"require-dev": {
"doctrine/annotations": "~1.0",
Expand Down

0 comments on commit e0fc119

Please sign in to comment.