1 Star 1 Fork 0

imi 开发组 / imi-smarty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "imiphp/imi-smarty",
"type": "library",
"license": "MIT",
"description": "支持在 imi 框架中使用 Smarty 模版引擎",
"require": {
"smarty/smarty": "~3.1"
},
"require-dev": {
"yurunsoft/imi": "dev-dev",
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4" : {
"Imi\\Smarty\\" : "src/"
},
"files": [
"src/smarty-plugins/smarty_internal_compile_private_special_variable.php"
]
},
"autoload-dev": {
"psr-4" : {
"Imi\\Smarty\\Example\\" : "example/",
"Imi\\Smarty\\Test\\": "tests/unit/"
}
},
"scripts": {
"test": "php ./tests/phpunit -c ./tests/phpunit.xml",
"install-test": "php --ri swoole && composer install && cd ./tests && composer install && cd ../ && composer test"
}
}
PHP
1
https://gitee.com/imiphp/imi-smarty.git
git@gitee.com:imiphp/imi-smarty.git
imiphp
imi-smarty
imi-smarty
master

搜索帮助