summaryrefslogtreecommitdiff
path: root/vendor/league/commonmark/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/league/commonmark/composer.json')
-rw-r--r--vendor/league/commonmark/composer.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/vendor/league/commonmark/composer.json b/vendor/league/commonmark/composer.json
index 48f2509d8a..3a39e2820d 100644
--- a/vendor/league/commonmark/composer.json
+++ b/vendor/league/commonmark/composer.json
@@ -20,7 +20,7 @@
"source": "https://github.com/thephpleague/commonmark"
},
"require": {
- "php": "^7.1",
+ "php": "^7.1 || ^8.0",
"ext-mbstring": "*"
},
"require-dev": {
@@ -83,11 +83,6 @@
"@phpunit"
]
},
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
"config": {
"sort-packages": true
}