Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

semour / semour_web

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file History
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
Switch branch/tag
  • semour_web
  • vendor
  • phpunit
  • php-text-template
  • mushishixian's avatar
    扩展包 · 889d39c3
    mushishixian committed 2 years ago
    889d39c3
Name
Last commit
Last Update
..
src 扩展包 2 years ago
.gitattributes 扩展包 2 years ago
.gitignore 扩展包 2 years ago
LICENSE 扩展包 2 years ago
README.md 扩展包 2 years ago
composer.json 扩展包 2 years ago
README.md

Text_Template

Installation

Installation

To add this package as a local, per-project dependency to your project, simply add a dependency on phpunit/php-text-template to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on Text_Template:

{
    "require": {
        "phpunit/php-text-template": "~1.2"
    }
}