Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Nov 30, 2018
1 parent c8232b6 commit 0c2032d
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 91 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
"require": {
"php": ">=7.1.3",
"guzzlehttp/guzzle": "~6.0",
"league/commonmark": "^0.17",
"league/commonmark": "^0.18",
"league/plates": "~3.1",
"myclabs/deep-copy": "^1.5",
"symfony/console": "^4.0",
"symfony/http-foundation": "^4.0",
"symfony/polyfill-intl-icu": "^1.10",
"symfony/process": "^4.0",
"webuni/commonmark-table-extension": "0.8.*",
"webuni/front-matter": "^1.0.0",
"symfony/polyfill-intl-icu": "^1.9"
"webuni/commonmark-table-extension": "0.9.*",
"webuni/front-matter": "^1.0.0"

},
"suggest":{
"ext-intl": "Allows to translate the modified at date"
Expand All @@ -41,7 +42,7 @@
"justinwalsh/daux.io": "*"
},
"require-dev": {
"phpunit/phpunit": "~7.3",
"phpunit/phpunit": "~7.4",
"mikey179/vfsStream": "^1.6"
}
}
Loading

0 comments on commit 0c2032d

Please sign in to comment.