-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
153 lines (153 loc) · 5.55 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "onetwist-software/mailwizz",
"description": "Self-hosted email marketing software",
"require": {
"php": ">=7.2,<7.3",
"ext-libxml": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-zip": "*",
"ext-pcntl": "*",
"ext-imap": "*",
"ext-intl": "*",
"ext-pdo": "*",
"ext-tidy": "*",
"ext-simplexml": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"yiisoft/yii": "^1.1.24",
"maxmind-db/reader": "~1.0",
"dyninc/dyn-php": "^0.9",
"php-amqplib/php-amqplib": "2.*",
"phpseclib/phpseclib": "2.*",
"abraham/twitteroauth": "^0.7",
"mailjet/mailjet-apiv3-php": "^1.2",
"tipimail/tipimail": "^0.1",
"facebook/graph-sdk": "^5.4",
"aws/aws-sdk-php": "^3.0",
"aws/aws-php-sns-message-validator": "^1.1",
"mailgun/mailgun-php": "^2.3",
"php-http/curl-client": "^1.7",
"guzzlehttp/psr7": "^1.4",
"sendgrid/php-http-client": "^3.7",
"sendgrid/sendgrid": "^6.0",
"predis/predis": "^1.1",
"doctrine/cache": "^1.6",
"nesbot/carbon": "^2.0",
"wildbit/postmark-php": "^2.5",
"whichbrowser/parser": "^2.0",
"2amigos/qrcode-library": "^1.1",
"2amigos/2fa-library": "^1.0",
"jeroendesloovere/vcard": "^1.7",
"postal/postal": "^1.0",
"swiftmailer/swiftmailer": "^6.0",
"html2text/html2text": "^4.2",
"pear/net_idna2": "^0.2.0",
"jbroadway/urlify": "^1.1",
"masterexploder/phpthumb": "^2.1",
"mobiledetect/mobiledetectlib": "^2.8",
"voku/anti-xss": "^4.1",
"indiehd/filename-sanitizer": "^0.1.0",
"bordoni/phpass": "0.3.5",
"ems-api/php-client": "^1.0",
"querypath/querypath": "^3.0",
"twig/twig": "^3.0",
"symfony/var-dumper": "^4.3",
"illuminate/support": "^6.0",
"league/flysystem": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-sftp": "^1.0",
"spatie/flysystem-dropbox": "^1.1",
"kickbox/kickbox": "^2.2",
"stripe/stripe-php": "^7.66",
"studio-42/elfinder": "^2.1",
"symfony/finder": "^4.3",
"arnapou/jqcron": "^1.0",
"league/csv": "^9.3",
"ralouphie/mimey": "^2.1",
"guzzlehttp/guzzle": "^6.3",
"league/container": "^3.3",
"ayesh/is_countable-polyfill": "^1.0",
"twisted1919/zerobounce": "^1.0",
"symfony/lock": "^4.3",
"symfony/filesystem": "^4.3",
"monolog/monolog": "^2.1",
"dompdf/dompdf": "^2.0",
"vaibhavpandeyvpz/phemail": "^1.0",
"enqueue/dbal": "^0.10.1",
"enqueue/enqueue": "^0.10.1",
"enqueue/fs": "^0.10.1",
"enqueue/redis": "^0.10.1",
"sendinblue/api-v3-sdk": "^7.2",
"inboxroad/inboxroad-php": "^1.0",
"dragonmantank/cron-expression": "^3.1",
"pear/net_dns2": "^1.5",
"symfony/mailer": "^5.4",
"marbie77/emailcountdown": "^2.1",
"jaybizzle/crawler-detect": "^1.2",
"cweagans/composer-patches": "^1.7",
"pepipost/pepipost-sdk-php": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"codeception/codeception": "^3.1"
},
"config": {
"allow-plugins": {
"cweagans/composer-patches": true,
"php-http/discovery": true
}
},
"extra": {
"patches": {
"illuminate/support": {
"PHP 8.x": "apps/common/data/vendor-patches/illuminate-support.patch"
},
"sendgrid/sendgrid": {
"PHP 8.x": "apps/common/data/vendor-patches/sendgrid-sendgrid.patch"
},
"enqueue/fs": {
"PHP 8.x": "apps/common/data/vendor-patches/enqueue-fs.patch"
},
"wildbit/postmark-php": {
"PHP 8.x": "apps/common/data/vendor-patches/wildbit-postmark-php.patch"
},
"zendframework/zend-stdlib": {
"PHP 8.x": "apps/common/data/vendor-patches/zendframework-zend-stdlib.patch"
},
"league/csv": {
"PHP 8.x": "apps/common/data/vendor-patches/league-csv.patch"
},
"brick/math": {
"PHP 8.x": "apps/common/data/vendor-patches/brick-math.patch"
},
"monolog/monolog": {
"PHP 8.x": "apps/common/data/vendor-patches/monolog-monolog.patch"
},
"ramsey/uuid": {
"PHP 8.x": "apps/common/data/vendor-patches/ramsey-uuid.patch"
},
"ramsey/collection": {
"PHP 8.x": "apps/common/data/vendor-patches/ramsey-collection.patch"
},
"yiisoft/yii": {
"PHP 8.x": "apps/common/data/vendor-patches/yiisoft-yii.patch"
},
"querypath/querypath": {
"PHP 8.x": "apps/common/data/vendor-patches/querypath-querypath.patch"
},
"pear/net_dns2": {
"PHP 8.x": "apps/common/data/vendor-patches/pear-net_dns2.patch"
},
"sendinblue/api-v3-sdk": {
"PHP 8.x": "apps/common/data/vendor-patches/sendinblue-api-v3-sdk.patch"
},
"pepipost/pepipost-sdk-php": {
"PHP 8.x": "apps/common/data/vendor-patches/pepipost-pepipost-sdk-php.patch"
},
"sybio/gif-creator": {
"PHP 8.x": "apps/common/data/vendor-patches/sybio-gif-creator.patch"
}
}
}
}