1 Star 0 Fork 0

IT大叔 / swoft view use twig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
IT大叔 提交于 2018-04-15 15:14 . 更新composer
{
"name": "itdashu/swoft-view-twig",
"type": "library",
"keywords": [
"php",
"swoole",
"swoft",
"view",
"twig"
],
"description": "microservice framework base on swoole",
"license": "Apache-2.0",
"require": {
"swoft/framework": "^1.0",
"twig/twig": "2.*"
},
"autoload": {
"psr-4": {
"Swoft\\View\\": "src/"
},
"files": [
"src/Helper/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Swoft\\View\\Test\\": "test"
}
},
"repositories": [
{
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
],
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^5.7"
},
"scripts": {
"test": "./vendor/bin/phpunit -c phpunit.xml"
}
}
PHP
1
https://gitee.com/itdashu/swoft-view-use-twig.git
git@gitee.com:itdashu/swoft-view-use-twig.git
itdashu
swoft-view-use-twig
swoft view use twig
master

搜索帮助