-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcomposer.json
102 lines (102 loc) · 2.71 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"repositories": [
{
"url": "https://github.com/smarty-gettext/tsmarty2c.git",
"type": "git"
},
{
"url": "https://github.com/kumy/f3-opauth.git",
"type": "git"
},
{
"url": "https://github.com/geokrety/Services_Libravatar.git",
"type": "git"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"ext-bcmath": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-gettext": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-pgsql": "*",
"ext-posix": "*",
"ext-redis": "*",
"ext-xmlwriter": "*",
"ext-zlib": "*",
"aws/aws-sdk-php": "^3.161",
"bcosca/fatfree-core": "^3.7.3",
"benhall14/php-pagination": "dev-master",
"caxy/basex-client-php": "^0.0.2",
"erusev/parsedown": "v2.0.0-beta-1",
"ezyang/htmlpurifier": "^4.14",
"google/recaptcha": "^1.2",
"bordoni/phpass": "^0.3.6",
"ikkez/f3-assets-sass": "^1.0",
"ikkez/f3-assets": "v1.2.3",
"ikkez/f3-cortex": "^1.7",
"ikkez/f3-events": "^1.0.2",
"ikkez/f3-falsum": "^2.8",
"ikkez/f3-flash": "^1.0",
"ikkez/f3-opauth": "dev-geokrety",
"ikkez/f3-pagination": "^1.4",
"ikkez/f3-validation-engine": "^1.6",
"league/geotools": "@stable",
"nesbot/carbon": "^2",
"opauth/facebook": "^0.4.4",
"opauth/google": "^0.2.2",
"pear/services_libravatar": "dev-bug-21095",
"robmorgan/phinx": "^0.14",
"sentry/sentry": "^4.6",
"symfony/http-client": "^5.4",
"smarty-gettext/smarty-gettext": "^1.7",
"smarty/smarty": "^5",
"tecnickcom/tcpdf": "^6.3",
"torann/json-ld": "0.0.19",
"xfra35/f3-access": "^1.2",
"xfra35/f3-cron": "^1.2",
"xfra35/f3-multilang": "^1.3",
"ikkez/f3-middleware": "^1.1",
"ext-pcntl": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"league/csv": "^9.6",
"phpmailer/phpmailer": "^6.4",
"promphp/prometheus_client_php": "^2.2",
"s1lentium/iptools": "dev-master",
"sokil/php-isocodes-db-i18n": "^4.0",
"sokil/php-isocodes": "^4.1",
"matomo/matomo-php-tracker": "^3.2",
"palepurple/rate-limit": "^2.0",
"opauth/github": "^0.1.0",
"delatbabel/apisecurity": "^1.2",
"php-coord/php-coord": "^5.7"
},
"autoload": {
"classmap": [
"website/app/",
"website/app-templates/smarty/extension/"
],
"files": [
"website/app-templates/smarty/plugins/tag.fa.php"
]
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.22",
"php-cs-fixer/diff": "^2.0",
"fakerphp/faker": "^1.23",
"phpunit/phpunit": "^11",
"mockery/mockery": "^1.6"
},
"name": "geokrety/v2",
"description": "GKv2",
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}