mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Update dependencies
This commit is contained in:
parent
9f6112e70a
commit
98aab22002
@ -13,14 +13,14 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1",
|
"php": "^7.1||^8.0",
|
||||||
"ext-mbstring": "*"
|
"ext-mbstring": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^7.4||^6.5.13||^5.7.27||^4.8.36",
|
"phpunit/phpunit": "^9.3.11",
|
||||||
"vimeo/psalm": "^3.8.3",
|
"vimeo/psalm": "^4.10.0",
|
||||||
"friendsofphp/php-cs-fixer": "^2.13",
|
"friendsofphp/php-cs-fixer": "^2.13",
|
||||||
"infection/infection": "^0.12.0"
|
"infection/infection": "^0.25.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {"Erusev\\Parsedown\\": "src/"}
|
"psr-4": {"Erusev\\Parsedown\\": "src/"}
|
||||||
|
3913
composer.lock
generated
3913
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user