-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 585 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 585 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
{
"name": "janpecha/leanmapper-extension",
"description": "LeanMapper extension for Nette DI",
"require": {
"php": ">=7.2.0",
"nette/di": "^3.0",
"inlm/mappers": "^2.1 || ^3.0",
"tharos/leanmapper": "^4.0",
"czproject/assert": "^1.3"
},
"require-dev": {
"nette/tester": "^2.0",
"nette/bootstrap": "^3.0",
"tracy/tracy": "^2.6"
},
"license": "BSD-3-Clause",
"autoload": {
"classmap": ["src/"]
},
"authors": [
{
"name": "Jan Pecha",
"email": "janpecha@email.cz"
}
],
"funding": [
{"type": "other", "url": "https://www.janpecha.cz/donate/"}
]
}