Update Composer Packages
This commit is contained in:
parent
e2855992ea
commit
90652db599
233 changed files with 53534 additions and 179 deletions
26
kirby/vendor/michelf/php-smartypants/composer.json
vendored
Normal file
26
kirby/vendor/michelf/php-smartypants/composer.json
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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": "" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue