-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
64 lines (64 loc) · 1.8 KB
/
composer.json
File metadata and controls
64 lines (64 loc) · 1.8 KB
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
{
"name": "vukbgit/simplex",
"type": "library",
"description": "Simplex",
"license": "MIT",
"authors": [
{
"name": "vuk",
"email": "info@vuk.bg.it"
}
],
"require": {
"php": ">=8.2",
"ext-gettext": "*",
"php-di/php-di": ">=6.0",
"laminas/laminas-diactoros": ">=2.11",
"nikic/fast-route": ">=1.0",
"middlewares/utils": ">=3.3",
"middlewares/request-handler": ">=2.0",
"filp/whoops": ">=2.14",
"kint-php/kint": ">=4.1",
"httpsoft/http-emitter": ">=1.1",
"oscarotero/middleland": ">=1.0",
"twig/twig": ">=3.4",
"twig/intl-extra": ">=3.4",
"jblond/twig-trans": ">=1.1",
"twig/markdown-extra": ">=3.9",
"vukbgit/pixie": ">=1.0",
"nette/finder": ">=2.5",
"aura/auth": ">=4.0",
"slowprog/composer-copy-file": "~0.3",
"michelf/php-markdown": ">=1.9",
"codezero/cookie": ">=2.0",
"cocur/slugify": ">=4.1",
"spatie/image": ">=2.2",
"pschultz/php-bytes": ">=1.0",
"gabrielelana/byte-units": ">=0.5.0",
"phpoffice/phpspreadsheet": ">=1.23",
"phpmailer/phpmailer": ">=6.0",
"hackzilla/password-generator": ">=1.6",
"qferr/mjml-twig": ">=2.0.1",
"jefs42/libretranslate": ">=1.1"
},
"autoload": {
"psr-4" : {
"Simplex\\" : "src/"
},
"files": [
"src/functions.php",
"src/global-functions.php"
]
},
"bin": [
"bin/clean-cache.sh",
"bin/composer.sh",
"bin/git-push-all.sh",
"bin/git-setup-dev.sh",
"bin/git-setup-prod.sh",
"bin/npm.sh",
"bin/sass.sh",
"bin/translations.sh",
"bin/update-all.sh"
]
}