Skip to content

Commit

Permalink
Merge pull request #20 from somarkn99/main
Browse files Browse the repository at this point in the history
Fix composer issue
  • Loading branch information
somarkn99 committed Jan 31, 2024
2 parents fa86726 + be17a83 commit c54333f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
"laravel",
"syrian open source",
"Login",
"Social Media"
"Social Media",
"facebook",
"instagram",
"google",
"apple",
"package",
"somar",
"somar kesen",
"syria",
"syrian"
],
"authors": [
{
Expand All @@ -19,7 +28,8 @@
],
"require": {
"php": ">=8.0",
"illuminate/support": ">=5.0"
"illuminate/support": ">=5.0",
"syrian-open-source/social-api": "dev-master@dev"
},
"autoload": {
"psr-4": {
Expand All @@ -29,7 +39,7 @@
"src/helpers.php"
]
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit c54333f

Please sign in to comment.