Pony.fm/vendor/nesbot/carbon/composer.json

21 lines
514 B
JSON
Raw Normal View History

2013-07-25 23:33:04 +02:00
{
"name": "nesbot/carbon",
"type": "library",
"description": "A simple API extension for DateTime.",
"keywords": ["date", "time", "DateTime"],
"homepage": "https://github.com/briannesbitt/Carbon",
"license": "MIT",
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Carbon": "." }
}
}