comparison vendor/phpunit/php-text-template/composer.json @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
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