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

21 lines
413 B
JSON
Raw Normal View History

2014-09-21 16:14:57 +02:00
{
"name": "enko/relativedateparser",
"require": {
"symfony/Translation" : "~2.5",
"symfony/Config" : "~2.5"
},
2014-09-30 07:06:16 +02:00
"require-dev": {
"phpunit/phpunit": "4.2.*"
},
2014-09-21 16:14:57 +02:00
"license": "MIT",
2014-09-21 19:00:03 +02:00
"autoload": {
"psr-0": { "": "src/" }
},
2014-09-21 16:14:57 +02:00
"authors": [
{
"name": "Tim Schumacher",
"email": "tim@bandenkrieg.hacked.jp"
}
]
}