32 lines
		
	
	
		
			565 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			565 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "nesbot/carbon",
 | |
|   "type": "library",
 | |
|   "description": "A simple API extension for DateTime.",
 | |
|   "keywords": [
 | |
|     "date",
 | |
|     "time",
 | |
|     "DateTime"
 | |
|   ],
 | |
|   "homepage": "http://carbon.nesbot.com",
 | |
|   "license": "MIT",
 | |
|   "authors": [
 | |
|     {
 | |
|       "name": "Brian Nesbitt",
 | |
|       "email": "brian@nesbot.com",
 | |
|       "homepage": "http://nesbot.com"
 | |
|     }
 | |
|   ],
 | |
|   "require": {
 | |
|     "php": ">=5.3.0",
 | |
|     "symfony/translation": "~2.6|~3.0"
 | |
|   },
 | |
|   "require-dev": {
 | |
|     "phpunit/phpunit": "~4.0"
 | |
|   },
 | |
|   "autoload": {
 | |
|     "psr-0": {
 | |
|       "Carbon": "src"
 | |
|     }
 | |
|   }
 | |
| }
 | 
