-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 841 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 841 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
{
"name": "jo/entityformmanager",
"description": "Entity form manager for nette forms",
"type": "library",
"version": "0.1.0",
"keywords": ["nette","forms","doctrine","entity"],
"homepage": "https://github.com/jan-oliva/JO-EntityFormManager",
"license": "proprietary",
"authors": [
{"name": "Jan Oliva", "email": "jan.oliva.jo@gmail.com"}
],
"support": {
"email": "jan.oliva@jo.gmail.com",
"issues": "https://github.com/jan-oliva/JO-EntityFormManager",
"wiki": "https://github.com/jan-oliva/JO-EntityFormManager",
"source": "https://github.com/jan-oliva/JO-EntityFormManager"
},
"require": {
"php": ">=5.3",
"nette/nette" : "~2.0"
},
"autoload": {
"psr-0": {
"JO\\": ""
}
}
}