-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 931 Bytes
/
composer.json
File metadata and controls
40 lines (40 loc) · 931 Bytes
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
{
"name": "extrablind/monithomebundle",
"type": "symfony-bundle",
"description": "Control MySensors Gateway from Symfony.",
"keywords": ["mysensors", "sensor", "diy", "monitoring" ],
"license": "MIT",
"version": "1.0.0",
"authors": [
{
"name": "Florian Gendrot"
}
],
"require": {
"php": ">=7.2",
"friendsofsymfony/rest-bundle": "^2.5",
"jms/serializer-bundle": "^3.0",
"sensio/framework-extra-bundle": "^5.2",
"symfony/flex": "^1.1",
"symfony/form": "^4.1",
"symfony/monolog-bundle": "^3.3",
"symfony/process": "^4.1",
"symfony/webpack-encore-bundle": "^1.0"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"Extrablind\\MonitHomeBundle\\" : ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}