-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
35 lines (34 loc) · 938 Bytes
/
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
{
"name": "diginize/wp-vereinsflieger",
"description": "A 3rd party signin plugin to use the member's Vereinsflieger login for entering the restricted content of websites from aero clubs. ",
"version": "1.1.0",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Diginize",
"homepage": "https://www.github.com/diginize",
"role": "Developer"
},
{
"name": "Silvio Kennecke",
"homepage": "https://www.github.com/silviokennecke",
"role": "Developer"
}
],
"require": {
"php": "^7.2.5",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.0.1",
"symfony/serializer": "^5.1.3",
"symfony/property-access": "^5.1",
"symfony/polyfill-ctype": "v1.20.0",
"symfony/polyfill-intl-grapheme": "v1.20.0",
"symfony/polyfill-intl-normalizer": "v1.20.0",
"symfony/polyfill-mbstring": "v1.20.0"
},
"autoload": {
"psr-4": { "Diginize\\WpVereinsflieger\\" : "src/" }
}
}