You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
578 B
26 lines
578 B
{
|
|
"name": "michelf/php-smartypants",
|
|
"type": "library",
|
|
"description": "PHP SmartyPants",
|
|
"homepage": "https://michelf.ca/projects/php-smartypants/",
|
|
"keywords": ["quotes", "dashes", "spaces", "typography", "typographer"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Michel Fortin",
|
|
"email": "michel.fortin@michelf.ca",
|
|
"homepage": "https://michelf.ca/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "John Gruber",
|
|
"homepage": "https://daringfireball.net/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Michelf": "" }
|
|
}
|
|
}
|
|
|