This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
RelativeDateParser/composer.json
2014-09-30 07:06:16 +02:00

21 lines
413 B
JSON
Executable file

{
"name": "enko/relativedateparser",
"require": {
"symfony/Translation" : "~2.5",
"symfony/Config" : "~2.5"
},
"require-dev": {
"phpunit/phpunit": "4.2.*"
},
"license": "MIT",
"autoload": {
"psr-0": { "": "src/" }
},
"authors": [
{
"name": "Tim Schumacher",
"email": "tim@bandenkrieg.hacked.jp"
}
]
}