-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
71 lines (71 loc) · 2.25 KB
/
composer.json
File metadata and controls
71 lines (71 loc) · 2.25 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
{
"name": "sowerphp/sowerphp-framework",
"description": "Simple and Open Web Ecosystem Reimagined for PHP.",
"type": "library",
"keywords": ["sowerphp", "framework"],
"homepage": "https://www.sowerphp.org",
"license": "AGPL-3.0+",
"authors": [
{
"name": "SowerPHP",
"homepage": "https://www.sowerphp.org"
}
],
"support": {
"issues": "https://github.com/sascocl/sowerphp/issues",
"source": "https://github.com/sascocl/sowerphp"
},
"autoload": {
"classmap": ["src/"]
},
"autoload-dev": {
"classmap": ["tests/"]
},
"require": {
"php": "^7.4",
"clue/graph": "~0.9.3",
"embed/embed": "^4.4",
"google/recaptcha": "~1.2.4",
"graphp/graphviz": "~0.2.2",
"illuminate/cache": "^8.83",
"illuminate/config": "^8.83",
"illuminate/container": "^8.83",
"illuminate/database": "^8.83",
"illuminate/encryption": "^8.83",
"illuminate/events": "^8.83",
"illuminate/http": "^8.83",
"illuminate/redis": "^8.83",
"illuminate/routing": "^8.83",
"illuminate/session": "^8.83",
"illuminate/validation": "^8.0",
"league/commonmark": "^2.5",
"league/flysystem": "^2.5",
"libchart/libchart": "~1.5.0",
"monolog/monolog": "^2.9",
"nyholm/psr7": "^1.8",
"php-imap/php-imap": "^4.0",
"phpoffice/phpspreadsheet": "^1.25.2",
"predis/predis": "^2.2",
"robthree/twofactorauth": "^1.8.2",
"symfony/amazon-mailer": "^5.4",
"symfony/amqp-messenger": "^5.4",
"symfony/cache": "^5.4",
"symfony/console": "^5.4",
"symfony/doctrine-messenger": "^5.4",
"symfony/http-client": "^5.4",
"symfony/mailer": "^5.4",
"symfony/mailgun-mailer": "^5.4",
"symfony/messenger": "^5.4",
"symfony/notifier": "^5.4",
"symfony/redis-messenger": "^5.4",
"symfony/postmark-mailer": "^5.4",
"tecnickcom/tcpdf": "^6.7.5",
"twig/twig": "^3.10",
"vlucas/phpdotenv": "^5.6.0"
},
"require-dev": {
"fakerphp/faker": "^1.23",
"mockery/mockery": "^1.6",
"phpunit/phpunit": "^9.6"
}
}