Skip to content

Commit

Permalink
Allow latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jan 5, 2020
1 parent 06cf6b6 commit fb392fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"require": {
"php": "^7.2",
"erusev/parsedown": "~1.7.3",
"erusev/parsedown-extra": "^0.7.1",
"latte/latte": "~2.5.1",
"erusev/parsedown-extra": "^0.7.1|^0.8.0",
"latte/latte": "~2.5.1|~2.6.0",
"nette/di": "^3.0",
"nette/utils": "~3.0.0"
"nette/utils": "~3.0.0|~3.1.0"
},
"require-dev": {
"ninjify/qa": "^0.9",
Expand Down

0 comments on commit fb392fe

Please sign in to comment.