1234567891011121314151617181920 |
- {
- "name": "mikevanriel/text-to-latex",
- "description": "A converter class that converts normal ASCII text to valid LaTeX",
- "autoload": {
- "psr-0":{ "MikeVanRiel": ["src/", "tests/unit/"] }
- },
- "license": "MIT",
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- }
- ],
- "require": {
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7"
- }
- }
|