Skip to content

Instantly share code, notes, and snippets.

@tperrelli
Last active May 26, 2017 17:31
Show Gist options
  • Select an option

  • Save tperrelli/1a71e04d739e58ce0df78a63e93cb78a to your computer and use it in GitHub Desktop.

Select an option

Save tperrelli/1a71e04d739e58ce0df78a63e93cb78a to your computer and use it in GitHub Desktop.
Meu pacote dotenv/socialize
{
"name": "dotenv/socialize",
"description": "A simple laravel library to authenticate with instagram.",
"type": "package",
"license": "MIT",
"keywords": ["php", "laravel", "library", "dotenv", "socialize", "social", "social-media", "tiago-perrelli"],
"authors": [
{
"name": "Tiago Perrelli",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-4": {
"Dotenv\\Socialize\\": "src/"
}
},
"minimum-stability": "stable"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment