-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.02 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.02 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
{
"name": "inteve/web-project",
"description": "Default website project with Nette & Lean Mapper",
"type": "project",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jan Pecha",
"homepage": "https://www.janpecha.cz/"
}
],
"config": {
"platform": {
"php": "7.2"
},
"sort-packages": true
},
"extra": {
"assets-dir": "www/dtf/assets"
},
"require": {
"php": ">= 7.2.0",
"janpecha/composer-cleaner": "^1.0",
"frontpack/composer-assets-plugin": "^0.11.0",
"inlm/model": "^3.1",
"inteve/application": "^1.0",
"inteve/forms": "^1.0",
"janpecha/leanmapper-extension": "^0.13",
"latte/latte": "^2.4",
"nette/application": "^2.4",
"nette/bootstrap": "^2.4",
"nette/caching": "^2.4",
"nette/di": "^2.4",
"nette/finder": "^2.4",
"nette/forms": "^2.4",
"nette/http": "^2.4",
"nette/mail": "^2.4",
"nette/robot-loader": "^2.4",
"nette/security": "^2.4",
"nette/utils": "^2.4",
"nextras/migrations": "^3.0",
"tracy/tracy": "^2.4"
},
"require-dev": {
"frontpack/less": "^4.1"
}
}