Mercurial > hg > isophonics-drupal-site
annotate vendor/phpunit/php-text-template/composer.json @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 { |
Chris@0 | 2 "name": "phpunit/php-text-template", |
Chris@0 | 3 "description": "Simple template engine.", |
Chris@0 | 4 "type": "library", |
Chris@0 | 5 "keywords": [ |
Chris@0 | 6 "template" |
Chris@0 | 7 ], |
Chris@0 | 8 "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
Chris@0 | 9 "license": "BSD-3-Clause", |
Chris@0 | 10 "authors": [ |
Chris@0 | 11 { |
Chris@0 | 12 "name": "Sebastian Bergmann", |
Chris@0 | 13 "email": "sebastian@phpunit.de", |
Chris@0 | 14 "role": "lead" |
Chris@0 | 15 } |
Chris@0 | 16 ], |
Chris@0 | 17 "support": { |
Chris@0 | 18 "issues": "https://github.com/sebastianbergmann/php-text-template/issues" |
Chris@0 | 19 }, |
Chris@0 | 20 "require": { |
Chris@0 | 21 "php": ">=5.3.3" |
Chris@0 | 22 }, |
Chris@0 | 23 "autoload": { |
Chris@0 | 24 "classmap": [ |
Chris@0 | 25 "src/" |
Chris@0 | 26 ] |
Chris@0 | 27 } |
Chris@0 | 28 } |
Chris@0 | 29 |