Last active
May 26, 2017 17:31
-
-
Save tperrelli/1a71e04d739e58ce0df78a63e93cb78a to your computer and use it in GitHub Desktop.
Meu pacote dotenv/socialize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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