-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.08 KB
/
composer.json
File metadata and controls
37 lines (37 loc) · 1.08 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
{
"name": "helsingborg-stad/global-blade-engine",
"description": "A static instance of blade engine to be used cross-package.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Sebastian Thulin",
"email": "sebastian.thulin@helsingborg.se"
}
],
"autoload": {
"psr-4": {
"HelsingborgStad\\": "src"
}
},
"minimum-stability": "stable",
"require": {
"php": "^8.3",
"symfony/polyfill-mbstring": "1.17.0",
"symfony/debug": "^4.2",
"symfony/finder": "^5.4.27",
"illuminate/container": "^8.83.27",
"illuminate/contracts": "^8.83.27",
"illuminate/events": "^8.83.27",
"illuminate/filesystem": "^8.83.27",
"illuminate/support": "^8.83.27",
"illuminate/view": "^8.83.27",
"doctrine/inflector": "^1.4.2",
"nesbot/carbon": "^2.34.0",
"psr/container": "^1.0.0",
"psr/log": "^1.1.3",
"psr/simple-cache": "^1.0.1",
"helsingborg-stad/blade": "^2.0"
},
"version": "4.0.2"
}