-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 766 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 766 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
{
"name": "pyntax/pyntax",
"type": "library",
"description": "Pyntax Framework is a ORM under construction.",
"keywords": ["Form builder","DAO","ORM", "HTML Generator"],
"homepage": "http://github.com/SahilDude89ss/PyntaxFormBuilder",
"license": "MIT",
"authors": [
{
"name": "Sahil Sharma",
"email": "SahilDude89ss@gmail.com",
"homepage": "http://pyntax.net",
"role": "Developer"
}
],
"require": {
"aura/sqlschema": "2.*@dev",
"aura/sqlquery": "2.*@dev",
"aura/html": "^2.4",
"aura/session": "*",
"twig/twig": "^1.21",
"zendframework/zend-cache": "^2.5",
"pyntax/config": "^1.0",
"pyntax/cache": "^1.0"
},
"autoload": {
"psr-4": {
"Pyntax\\": "src/Pyntax/"
}
}
}