31 lines
962 B
JSON
31 lines
962 B
JSON
{
|
|
"name": "netcarver/textile",
|
|
"description": "Textile markup language parser",
|
|
"license": "BSD-3-Clause",
|
|
"homepage": "https://github.com/textile/php-textile",
|
|
"keywords": ["php-textile", "textile", "parser", "markup", "language", "html", "format", "plaintext", "document"],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.net/textile",
|
|
"wiki": "https://github.com/textile/php-textile/wiki",
|
|
"issues": "https://github.com/textile/php-textile/issues",
|
|
"source": "https://github.com/textile/php-textile"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Netcarver\\Textile": "src/" }
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"symfony/yaml": "2.3.*",
|
|
"squizlabs/php_codesniffer": "1.5.*",
|
|
"satooshi/php-coveralls": "0.6.*"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.5-dev"
|
|
}
|
|
}
|
|
}
|