42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "ffw/social-media-manager",
|
|
"description": ":description",
|
|
"license": "license",
|
|
"authors": [
|
|
{
|
|
"name": "author name",
|
|
"email": "author email",
|
|
"homepage": "author homepage"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/ffw/social-media-manager",
|
|
"keywords": ["Laravel", "social-media-manager"],
|
|
"require": {
|
|
"illuminate/support": "~5",
|
|
"facebook/graph-sdk": "^5.6.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~6.0",
|
|
"orchestra/testbench": "~3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ffw\\social-media-manager\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ffw\\social-media-manager\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"ffw\\social-media-manager\\social-media-managerServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"social-media-manager": "ffw\\social-media-manager\\Facades\\social-media-manager"
|
|
}
|
|
}
|
|
}
|
|
} |