Skip to content

Commit

Permalink
Update dependencies, fixes #376
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Sep 26, 2016
1 parent f63456c commit 99f7140
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 109 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"bin": ["bin/daux"],
"require": {
"guzzlehttp/guzzle": "~6.0",
"league/commonmark": "^0.13",
"league/commonmark": "^0.15",
"league/plates": "~3.1",
"myclabs/deep-copy": "^1.5",
"php": ">=5.5",
"symfony/console": "~3.0",
"symfony/finder": "~3.0",
"webuni/commonmark-table-extension": "0.4.*",
"webuni/commonmark-table-extension": "0.6.*",
"webuni/front-matter": "^0.2.0",
"symfony/process": "^3.1"
},
Expand All @@ -31,7 +31,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "~4",
"phpunit/phpunit": "~5",
"mikey179/vfsStream": "^1.6"
}
}
Loading

0 comments on commit 99f7140

Please sign in to comment.