mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
8dd644d25d
Namespace all templates Move difflib and BBCodeParser2 to thirdparty Remove deprecated API marked for removal in 4.0
34 lines
804 B
JSON
Executable File
34 lines
804 B
JSON
Executable File
{
|
|
"authors": [
|
|
{
|
|
"email": "sjr@gmx.co.uk",
|
|
"name": "Stijn de Reede",
|
|
"role": "Lead"
|
|
},
|
|
{
|
|
"email": "clockwerx@php.net",
|
|
"name": "Daniel O'Connor",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"HTML": "./"
|
|
}
|
|
},
|
|
"description": "A PHP5 replacement for HTML_BBCodeParser",
|
|
"include-path": [
|
|
"./"
|
|
],
|
|
"license": "PHP License",
|
|
"name": "pear/html_bbcodeparser2",
|
|
"support": {
|
|
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTML_BBCodeParser2",
|
|
"source": "https://github.com/pear/HTML_BBCodeParser2"
|
|
},
|
|
"type": "library",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
}
|
|
}
|