This repository was archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·101 lines (101 loc) · 3.27 KB
/
composer.json
File metadata and controls
executable file
·101 lines (101 loc) · 3.27 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
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
{
"name": "qubus/cms",
"description": "TriTan CMS is a developer centric content management framework that allows you to go completely headless or nearly headless. With the mighty TriTan, you can build amazing RESTful applications and robust websites.",
"type": "project",
"keywords": ["CMS", "TriTan", "TriTanCMS", "Qubus CMS", "cms framework", "headless", "headless cms"],
"license": "GPL-3.0",
"authors": [
{
"name": "Joshua Parker",
"email": "josh@joshuaparker.blog"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "package",
"package": {
"name": "parkerj/php-auto-update",
"version": "dev-master",
"source": {
"url": "https://github.com/parkerj/PHP-Auto-Update.git",
"type": "git",
"reference": "master"
}
}
},
{
"type":"composer",
"url": "https://packagist.tritancms.com"
}
],
"require": {
"php": "^7.3",
"mikey179/vfsstream": "^1",
"phpmailer/phpmailer": "*",
"gettext/gettext": "4.8",
"gettext/languages": "*",
"theorchard/monolog-cascade": "~0.4",
"jenssegers/date": "^3.2",
"respect/validation": "^1.1",
"ircmaxell/random-lib": "^1.2",
"mmeyer2k/dcrypt": "^13.0",
"cocur/slugify": "^2.0",
"defuse/php-encryption": "^2.1",
"fenom/fenom": "^2.11",
"studio-42/elfinder": "^2.1",
"psr/http-message": "^1.0",
"stolz/assets": "^0.1.11",
"tubalmartin/cssmin": "^4.1",
"dragonmantank/cron-expression": "*",
"guzzlehttp/guzzle": "^6.3",
"league/oauth2-google": "^3.0",
"spatie/image-optimizer": "^1.0",
"parkerj/php-auto-update": "^1.0",
"erusev/parsedown": "^1.6",
"vlucas/valitron": "^1.4",
"fenom/providers-collection": "^1.0",
"foil/foil": "^0.6.7",
"symfony/console": "^4.1",
"nette/security": "^2.4",
"liten/liten": "^1.0",
"spatie/image": "^1.5",
"phpseclib/mcrypt_compat": "^1.0",
"robmorgan/phinx": "^0.10.6",
"psr/container": "^1.0",
"ayesh/stateless-csrf": "^1.0",
"roave/security-advisories": "dev-master",
"qubus/hooks": "^1.0",
"qubus/exception": "^1.0"
},
"suggest": {
"jolicode/jolinotif": "^1.0",
"stefangabos/zebra_pagination": "^2.0",
"mobiledetect/mobiledetectlib": "^2.8",
"phpfastcache/phpfastcache": "^6.0",
"webonyx/graphql-php": "^0.10.2",
"spatie/schema-org": "^2.0",
"gpslab/sitemap": "^1.1",
"kphoen/rulerz": "^0.21.1",
"kphoen/rulerz-spec-builder": "^1.2",
"grgk/seo-analyzer": "^1.0",
"arcanedev/seo-helper": "^2.1",
"spatie/menu": "^2.8"
},
"extra": {
"installer-types": ["tritancms-plugin"],
"installer-paths": {
"plugins/{$name}/": ["type:tritancms-plugin"]
}
},
"autoload": {
"psr-4": {
"TriTan\\": "app/src/"
}
},
"require-dev": {
"vimeo/psalm": "^3.5",
"mockery/mockery": "^1.3"
}
}