Bump league/commonmark from 2.0.2 to 2.1.0

Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/thephpleague/commonmark/releases)
- [Changelog](https://github.com/thephpleague/commonmark/blob/2.1/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/commonmark/compare/2.0.2...2.1.0)

---
updated-dependencies:
- dependency-name: league/commonmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-06 03:00:51 +00:00 committed by GitHub
parent 1419176094
commit ddc229f270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
composer.lock generated
View File

@ -2419,16 +2419,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "2.0.2", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "2df87709f44b0dd733df86aef0830dce9b1f0f13" "reference": "819276bc54e83c160617d3ac0a436c239e479928"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2df87709f44b0dd733df86aef0830dce9b1f0f13", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/819276bc54e83c160617d3ac0a436c239e479928",
"reference": "2df87709f44b0dd733df86aef0830dce9b1f0f13", "reference": "819276bc54e83c160617d3ac0a436c239e479928",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2447,11 +2447,11 @@
"ext-json": "*", "ext-json": "*",
"github/gfm": "0.29.0", "github/gfm": "0.29.0",
"michelf/php-markdown": "^1.4", "michelf/php-markdown": "^1.4",
"phpstan/phpstan": "^0.12.88", "phpstan/phpstan": "^0.12.88 || ^1.0.0",
"phpunit/phpunit": "^9.5.5", "phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1", "scrutinizer/ocular": "^1.8.1",
"symfony/finder": "^5.3", "symfony/finder": "^5.3",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0", "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
"unleashedtech/php-coding-standard": "^3.1", "unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3" "vimeo/psalm": "^4.7.3"
}, },
@ -2461,7 +2461,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.1-dev" "dev-main": "2.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -2501,10 +2501,6 @@
"source": "https://github.com/thephpleague/commonmark" "source": "https://github.com/thephpleague/commonmark"
}, },
"funding": [ "funding": [
{
"url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
"type": "custom"
},
{ {
"url": "https://www.colinodell.com/sponsor", "url": "https://www.colinodell.com/sponsor",
"type": "custom" "type": "custom"
@ -2517,16 +2513,12 @@
"url": "https://github.com/colinodell", "url": "https://github.com/colinodell",
"type": "github" "type": "github"
}, },
{
"url": "https://www.patreon.com/colinodell",
"type": "patreon"
},
{ {
"url": "https://tidelift.com/funding/github/packagist/league/commonmark", "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-08-14T14:06:04+00:00" "time": "2021-12-05T18:25:20+00:00"
}, },
{ {
"name": "league/config", "name": "league/config",