![]()
Cannot retrieve contributors at this time
| { | |
| "name": "playground-repo", | |
| "description": "My personal playground", | |
| "version": "0.0.1", | |
| "type": "library", | |
| "keywords": [], | |
| "homepage": "https://github.com/stefanbuck/playground-repo", | |
| "time": "2014-09-19", | |
| "license": "MIT", | |
| "authors": [ | |
| { | |
| "name": "Stefan Buck", | |
| "email": "dev@stefanbuck.com", | |
| "homepage": "http://stefanbuck.com", | |
| "role": "Developer" | |
| } | |
| ], | |
| "support": { | |
| "email": "dev@stefanbuck.com", | |
| "irc": "irc://irc.freenode.org/composer" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2", | |
| "laravel/framework": "~4.2", | |
| "unknown-package-name": "*" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "~4.0", | |
| "doctrine/dbal": "~2.3" | |
| }, | |
| "conflict": {}, | |
| "replace": {}, | |
| "provide": {}, | |
| "suggest'": { | |
| "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", | |
| "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)" | |
| } | |
| } |