-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathcomposer.json
118 lines (118 loc) · 3.57 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
{
"name": "jimwins/scat",
"description": "Scat is a web-based Point-of-Sale (POS) system.",
"license": "MIT",
"authors": [
{
"name": "Jim Winstead",
"email": "[email protected]"
}
],
"autoload": {
"classmap": [ "extern/php-barcode.php", "extern/fpdf/alphapdf.php" ],
"psr-4": {
"Scat\\" : "lib/Scat/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jimwins/backblaze-b2-sdk-php"
},
{
"type": "vcs",
"url": "https://github.com/jimwins/Lukas"
},
{
"type": "vcs",
"url": "https://github.com/jimwins/cups-ipp"
},
{
"type": "vcs",
"url": "https://github.com/jimwins/php-laff"
},
{
"type": "package",
"package": {
"name": "twbs/icons",
"version": "1.8.3",
"source": {
"url": "https://github.com/twbs/icons",
"type": "git",
"reference": "tags/v1.8.3"
}
}
}
],
"require": {
"components/jquery": "=3.7.1",
"phpoffice/phpspreadsheet": "^1.6",
"giggsey/libphonenumber-for-php": "^8.1",
"guzzlehttp/guzzle": "^7.4",
"jimwins/titi": "^0.0",
"select2/select2": "^4.0",
"michelf/php-markdown": "^1.8",
"mpdf/mpdf": "^8.1",
"oe/lukas": "dev-master",
"smalot/cups-ipp": "dev-dev-local",
"monolog/monolog": "^3.4",
"php-http/logger-plugin": "^1.0",
"tarikozket/backblaze-b2-sdk-php": "dev-master",
"slim/slim": "4.*",
"twig/twig": "^3.3",
"slim/twig-view": "^3.3",
"robmorgan/phinx": "^0.12.10",
"publitio/publitio": "dev-master",
"easypost/easypost-php": "^6.8",
"quickbooks/v3-php-sdk": "^6.1",
"setasign/fpdf": "^1.8",
"forkawesome/fork-awesome": "^1.1",
"slim/psr7": "^1.0",
"middlewares/trailing-slash": "^2.0",
"php-di/php-di": "^6.1",
"slim/http": "^1.0",
"php-di/slim-bridge": "^3.0",
"respect/validation": "^2.0",
"wildbit/postmark-php": "^4.0",
"stripe/stripe-php": "^7.41",
"amzn/amazon-pay-sdk-php": "^3.6",
"paypal/paypal-checkout-sdk": "^1.0",
"amzn/amazon-pay-api-sdk-php": "^2.2",
"cloudstek/php-laff": "dev-master",
"twig/html-extra": "^3.3",
"google/apiclient": "^v2.15",
"cleantalk/php-antispam": "^2.6",
"akrabat/ip-address-middleware": "^2.1",
"yidas/google-maps-services": "^1.0",
"mailerlite/mailerlite-api-v2-php-sdk": "^0.3.2",
"whatwedo/twig-bootstrap-icons": "^1.0",
"pensiero/php-openssl-cryptor": "^0.1.0",
"minishlink/web-push": "^8.0",
"php-http/guzzle7-adapter": "^1.0",
"twig/markdown-extra": "^3.7",
"php-http/message-factory": "^1.1"
},
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"
},
"extra": {
"google/apiclient-services": [
"Analytics",
"AnalyticsData",
"ShoppingContent"
]
},
"config": {
"allow-plugins": {
"composer/installers": true,
"oomphinc/composer-installers-extender": true,
"php-http/discovery": true
},
"platform": {
"ext-gd": "1"
}
},
"require-dev": {
"phpstan/phpstan": "^1.10"
}
}