Skip to content

Commit 4afd99f

Browse files
committed
update composer and readme file
1 parent d2f5e81 commit 4afd99f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.phpintel
2+
.idea
3+
.vscode
4+
.env
5+
*.log
6+
*.iml
7+
*.composerLog
8+
*.zip
9+
vendor/
10+
logs/
11+
works
12+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ If you want to generate never expiry access token, you need to follow this step:
128128
- Then debug this `long-lived-user-access-token` and you will get `app-scoped-user-id` from this debug information.
129129
- Finally send get request to this url `https://graph.facebook.com/v19.0/{app-scoped-user-id}/accounts?access_token={long-lived-user-access-token}`. Now You will get never expiry page access token from this request and use this access token as `FACEBOOK_ACCESS_TOKEN`
130130

131+
If you face any issue or bug, please create an issue by using this link [https://github.com/Nazmul7989/laravel-facebook-post/issues](https://github.com/Nazmul7989/laravel-facebook-post/issues).
131132

132133
## License
133134

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"fb-page-feed",
1818
"facebook-page-poster"
1919
],
20+
"homepage": "https://github.com/Nazmul7989/laravel-facebook-post",
2021
"autoload": {
2122
"psr-4": {
2223
"NazmulHasan\\LaravelFacebookPost\\": "src/"
@@ -25,13 +26,18 @@
2526
"authors": [
2627
{
2728
"name": "Md Nazmul Hasan",
28-
"email": "nazmul.ns7989@gmail.com"
29+
"email": "nazmul.ns7989@gmail.com",
30+
"homepage": "https://github.com/Nazmul7989",
31+
"role": "Developer, Maintainer"
2932
}
3033
],
34+
"support": {
35+
"email": "nazmul.ns7989@gmail.com"
36+
},
3137
"minimum-stability": "dev",
3238
"require": {
3339
"php": "^7.2|^7.4|^8.0|^8.1|^8.2|^8.3",
34-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
40+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
3541
},
3642
"extra": {
3743
"laravel": {

0 commit comments

Comments
 (0)