1
|
{
|
2
|
"name": "phpunit/php-text-template",
|
3
|
"description": "Simple template engine.",
|
4
|
"type": "library",
|
5
|
"keywords": [
|
6
|
"template"
|
7
|
],
|
8
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
9
|
"license": "BSD-3-Clause",
|
10
|
"authors": [
|
11
|
{
|
12
|
"name": "Sebastian Bergmann",
|
13
|
"email": "sebastian@phpunit.de",
|
14
|
"role": "lead"
|
15
|
}
|
16
|
],
|
17
|
"support": {
|
18
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues"
|
19
|
},
|
20
|
"require": {
|
21
|
"php": ">=5.3.3"
|
22
|
},
|
23
|
"autoload": {
|
24
|
"classmap": [
|
25
|
"src/"
|
26
|
]
|
27
|
}
|
28
|
}
|
29
|
|