Mercurial > hg > cmmr2012-drupal-site
comparison vendor/phpunit/php-token-stream/composer.json @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 5311817fb629 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 { | |
2 "name": "phpunit/php-token-stream", | |
3 "description": "Wrapper around PHP's tokenizer extension.", | |
4 "type": "library", | |
5 "keywords": ["tokenizer"], | |
6 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
7 "license": "BSD-3-Clause", | |
8 "authors": [ | |
9 { | |
10 "name": "Sebastian Bergmann", | |
11 "email": "sebastian@phpunit.de" | |
12 } | |
13 ], | |
14 "support": { | |
15 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues" | |
16 }, | |
17 "require": { | |
18 "php": ">=5.3.3", | |
19 "ext-tokenizer": "*" | |
20 }, | |
21 "require-dev": { | |
22 "phpunit/phpunit": "~4.2" | |
23 }, | |
24 "autoload": { | |
25 "classmap": [ | |
26 "src/" | |
27 ] | |
28 }, | |
29 "extra": { | |
30 "branch-alias": { | |
31 "dev-master": "1.4-dev" | |
32 } | |
33 } | |
34 } |