Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
branch: master
Fetching contributors…

Cannot retrieve contributors at this time

40 lines (38 sloc) 1.086 kb
{
"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)"
}
}
Jump to Line
Something went wrong with that request. Please try again.