fix psr
This commit is contained in:
23
composer.json
Executable file → Normal file
23
composer.json
Executable file → Normal file
@@ -62,5 +62,26 @@
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.0-dev"
|
||||
}
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "package",
|
||||
"package": {
|
||||
"name": "smarty/smarty",
|
||||
"version": "3.1.14",
|
||||
"dist": {
|
||||
"url": "http://www.smarty.net/files/Smarty-3.1.14.zip",
|
||||
"type": "zip"
|
||||
},
|
||||
"source": {
|
||||
"url": "http://smarty-php.googlecode.com/svn/",
|
||||
"type": "svn",
|
||||
"reference": "tags/Smarty_3_1_14/distribution/"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["libs/"]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user