-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.29 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.29 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
{
"name": "forward/forwardfw",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Alexander Opitz",
"email": "opitz.alexander@googlemail.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/opi99/forwardfw/issues"
},
"autoload": {
"psr-4": {
"ForwardFW\\": "src/ForwardFW"
}
},
"require": {
"php": "^8.4",
"psr/http-server-middleware": "^1.0",
"psr/container": "^2.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^1.1",
"psr/log": "^1.1",
"psr/event-dispatcher": "^1.0"
},
"suggest": {
"smarty/smarty": "Smarty - One of the possible templating engines",
"twig/twig": "Twig - One of the possible templating engines",
"kodus/chrome-logger": "ChromeLogger - For writing logs into chrome console",
"firephp/firephp-core": "FirePHP - Logs to the FirePHP Devtools",
"not-empty/ulid-php-lib": "ULID Generator",
"snortlin/nano-id": "NanoId Generator"
},
"require-dev": {
"smarty/smarty": "^5.4",
"twig/twig": "^3.20.0",
"kodus/chrome-logger": "^1.2",
"phpstan/phpstan": "^2.1",
"itsgoingd/clockwork": "^5.3"
}
}