Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
TiiFuchs committed Sep 26, 2024
1 parent b89565d commit 9e0cd23
Show file tree
Hide file tree
Showing 6 changed files with 3,877 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
/.idea
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "ff-hausen/socialite-provider",
"description": "Socialite OAuth2 Provider for FF Hausen Website",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Tii",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1",
"socialiteproviders/manager": "^4.6"
},
"require-dev": {
"laravel/pint": "^1.18"
},
"autoload": {
"psr-4": {
"FfHausen\\SocialiteProvider\\": "src/"
}
},
"minimum-stability": "stable",
"config": {
"sort-packages": true
}
}
Loading

0 comments on commit 9e0cd23

Please sign in to comment.