gl-website-deployer/vendor/doctrine/rst-parser/composer.json

64 lines
1.9 KiB
JSON
Raw Normal View History

2024-11-19 08:02:04 +01:00
{
"name": "doctrine/rst-parser",
"description": "PHP library to parse reStructuredText documents and generate HTML or LaTeX documents.",
"license": "MIT",
"keywords": [
"rst",
"markup",
"parser",
"restructuredtext",
"html",
"latex"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jonathan H. Wage",
"email": "jonwage@gmail.com",
"homepage": "https://jwage.com"
}
],
"homepage": "https://github.com/doctrine/rst-parser",
"require": {
"php": "^7.2 || ^8.0",
"doctrine/event-manager": "^1.0 || ^2.0",
"symfony/filesystem": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/finder": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/string": "^5.3 || ^6.0 || ^7.0",
"symfony/translation-contracts": "^1.1 || ^2.0 || ^3.0",
"twig/twig": "^2.9 || ^3.3"
},
"require-dev": {
"doctrine/coding-standard": "^11.0",
"gajus/dindent": "^2.0.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.2",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"symfony/css-selector": "4.4 || ^5.2 || ^6.0 || ^7.0",
"symfony/dom-crawler": "4.4 || ^5.2 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
"Doctrine\\RST\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"Doctrine\\Tests\\RST\\": "tests/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
}
}