Skip to content

Commit

Permalink
Merge pull request #107 from nextcloud/bump/symfony
Browse files Browse the repository at this point in the history
Bump/symfony
  • Loading branch information
rullzer committed Jun 5, 2018
2 parents 298ba69 + 03f7b9a commit 51e7d38
Show file tree
Hide file tree
Showing 31 changed files with 615 additions and 268 deletions.
31 changes: 15 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
"description": "All 3rdparty components",
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/icewind1991/dbal"
}
],
{
"type": "vcs",
"url": "https://github.com/icewind1991/dbal"
}
],
"config": {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true
"classmap-authoritative": true,
"platform": {
"php": "7.0.8"
}
},
"require": {
"aws/aws-sdk-php": "^3.35",
Expand Down Expand Up @@ -40,14 +43,10 @@
"sabre/dav": "^3.2.0",
"stecman/symfony-console-completion": "^0.7.0",
"swiftmailer/swiftmailer": "^5.4",
"symfony/console": "3.4.9",
"symfony/event-dispatcher": "3.4.9",
"symfony/process": "3.4.9",
"symfony/routing": "3.4.9",
"symfony/translation": "3.4.9",
"microsoft/azure-storage-blob": "1.1.0"
},
"platform": {
"php": "7.0.8"
}
"symfony/console": "3.4.11",
"symfony/event-dispatcher": "3.4.11",
"symfony/process": "3.4.11",
"symfony/routing": "3.4.11",
"symfony/translation": "3.4.11",
"microsoft/azure-storage-blob": "1.1.0" }
}
77 changes: 40 additions & 37 deletions composer.lock

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

Loading

0 comments on commit 51e7d38

Please sign in to comment.