Skip to content

Commit

Permalink
Fixes composer.json for Zend\Cache
Browse files Browse the repository at this point in the history
- s/self-version/self.version/
  • Loading branch information
weierophinney committed Nov 21, 2012
1 parent 296ac01 commit 094229c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"zendframework/zend-eventmanager": "self.version"
},
"require-dev": {
"zendframework/zend-serializer": "self-version"
"zendframework/zend-serializer": "self.version"
},
"suggest": {
"zendframework/zend-serializer": "Zend\\Serializer component",
Expand Down

0 comments on commit 094229c

Please sign in to comment.