Created
February 14, 2018 13:43
-
-
Save khanof89/f2e06a8ce913f3808bb21a69ac9bbc49 to your computer and use it in GitHub Desktop.
This file contains 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": "triberr/triberr", | |
"description": "Influencer marketing network", | |
"keywords": [], | |
"license": "MIT", | |
"type": "project", | |
"require": { | |
"php": ">=5.5.9", | |
"illuminate/database": "^5.2", | |
"nesbot/carbon": "^1.21", | |
"illuminate/support": "^5.2", | |
"embed/embed": "^2.7", | |
"stripe/stripe-php": "@stable", | |
"owasp/csrf-protector-php": "dev-master", | |
"aws/aws-sdk-php":"*", | |
"philo/laravel-blade": "3.*", | |
"facebook/graph-sdk": "^5.6", | |
"paypal/rest-api-sdk-php":"*", | |
"abraham/twitteroauth": "^0.7.4", | |
"andreyco/instagram":"*", | |
"aylien/newsapi": "~1.0.0", | |
"google/apiclient": "^2.0", | |
"robmorgan/phinx": "^0.9.1", | |
"odan/phinx-migrations-generator": "^2.3" | |
}, | |
"autoload": { | |
"classmap": [ | |
"models", | |
"repositories" | |
] | |
}, | |
"config": { | |
"preferred-install": "dist" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment