| 
				
					 | 
			9 anni fa | |
|---|---|---|
| .. | ||
| build | 9 anni fa | |
| src | 9 anni fa | |
| .gitattributes | 9 anni fa | |
| .gitignore | 9 anni fa | |
| .travis.yml | 9 anni fa | |
| LICENSE | 9 anni fa | |
| README.md | 9 anni fa | |
| build.xml | 9 anni fa | |
| composer.json | 9 anni fa | |
To add this package as a local, per-project dependency to your project, simply add a dependency on phpunit/php-token-stream to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on PHP_TokenStream:
{
    "require": {
        "phpunit/php-token-stream": "~1.2"
    }
}