Update composer dependencies

This commit is contained in:
Kijin Sung 2017-06-29 23:39:23 +09:00
parent 49cc39e507
commit cbd324c35b
428 changed files with 17862 additions and 5885 deletions

View file

@ -2,19 +2,19 @@
"name": "michelf/php-smartypants",
"type": "library",
"description": "PHP SmartyPants",
"homepage": "http://michelf.ca/projects/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": "http://michelf.ca/",
"homepage": "https://michelf.ca/",
"role": "Developer"
},
{
"name": "John Gruber",
"homepage": "http://daringfireball.net/"
"homepage": "https://daringfireball.net/"
}
],
"require": {
@ -22,10 +22,5 @@
},
"autoload": {
"psr-0": { "Michelf": "" }
},
"extra": {
"branch-alias": {
"dev-lib": "1.6.x-dev"
}
}
}
}