Skip to content

Commit

Permalink
Use sabre/vobject ^4.2.0-alpha1 to fix issues in ITip messages - refs s…
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 19, 2019
1 parent 60f6e2a commit d7f2025
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -10,6 +10,8 @@
"php": "5.6.33"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload" : {
"psr-4": {
"OC\\": "lib/private",
Expand Down Expand Up @@ -58,7 +60,8 @@
"zendframework/zend-servicemanager": "^3.3",
"zendframework/zend-validator": "^2.10",
"composer/semver": "^1.4",
"ext-json": "*"
"ext-json": "*",
"sabre/vobject": "^4.2.0-alpha1"
},
"extra": {
"bamarni-bin": {
Expand Down
28 changes: 9 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7f2025

Please sign in to comment.