Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-29 10:17:33 +0300
committerGitHub <noreply@github.com>2021-12-29 10:17:33 +0300
commitf92121acad8d9982f7dd342d853ba2bd7b57655b (patch)
tree49c9928ed15e8128d4836ac85dc599337c463594 /composer.json
parentaaee411fcda6a8d1636a48a9bad1a476c541607c (diff)
Bump league/commonmark from 1.6.6 to 2.1.0
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 1.6.6 to 2.1.0. - [Release notes](https://github.com/thephpleague/commonmark/releases) - [Changelog](https://github.com/thephpleague/commonmark/blob/2.1/CHANGELOG-1.x.md) - [Commits](https://github.com/thephpleague/commonmark/compare/1.6.6...2.1.0) --- updated-dependencies: - dependency-name: league/commonmark dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 81d2ed74..d541a012 100644
--- a/composer.json
+++ b/composer.json
@@ -43,6 +43,6 @@
"psalm:baseline:update": "php vendor/vimeo/psalm/psalm --update-baseline"
},
"require": {
- "league/commonmark": "^1.6"
+ "league/commonmark": "^2.1"
}
}