Skip to content

Instantly share code, notes, and snippets.

@wilcorrea
Created November 22, 2016 15:46
Show Gist options
  • Select an option

  • Save wilcorrea/3e46944e8130a57e5a571df992231c0a to your computer and use it in GitHub Desktop.

Select an option

Save wilcorrea/3e46944e8130a57e5a571df992231c0a to your computer and use it in GitHub Desktop.
{
"name": "phpzm/core",
"description": "Simples Core package",
"minimum-stability": "dev",
"keywords": ["php","micro service", "api", "resource", "gennesis.io"],
"homepage": "https://github.com/phpzm/core",
"license": "MIT",
"version": "0.0.6",
"type": "package",
"authors": [
{
"name": "William",
"email": "[email protected]",
"homepage": "https://simples.cloud",
"role": "Developer"
}
],
"require": {
"php": ">=5.5.0",
"psr/http-message": "^1.0",
"danielstjules/stringy": "^2.3"
},
"autoload": {
"psr-4": {
"Simples\\Core\\": "src/"
},
"files": [
"bootstrap/index.php"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment