-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (40 loc) · 1.16 KB
/
composer.json
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
{
"name": "helsingborg-stad/blade-engine-wrapper",
"description": "An instantiated version of the global-blade-engine.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Sebastian Thulin",
"email": "[email protected]"
},
{
"name": "Eric Rosenborg",
"email": "[email protected]"
}
],
"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.0"
}
}