-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (37 loc) · 1.13 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "verbb/auth",
"description": "A Craft CMS module to make working with authentication for third-parties a breeze.",
"version": "2.0.18",
"support": {
"email": "[email protected]",
"issues": "https://github.com/verbb/auth/issues?state=open",
"source": "https://github.com/verbb/auth",
"docs": "https://github.com/verbb/auth",
"rss": "https://github.com/verbb/auth/commits/v2.atom"
},
"license": "MIT",
"authors": [
{
"name": "Verbb",
"homepage": "https://verbb.io"
}
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0",
"firebase/php-jwt": "~3.0 || ~4.0 || ~5.0 || ~6.0",
"jakeasmith/http_build_url": "^1.0",
"lcobucci/jwt": "^3.4 || ^4.0",
"league/oauth1-client": "^1.9",
"league/oauth2-client": "^2.0",
"mollie/mollie-api-php": "^1.19 || ^2.39",
"paragonie/random-lib": "^2.0",
"psr/http-message": "^1.0 || ^2.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
"verbb\\auth\\": "src/"
}
}
}