-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 775 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 775 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
{
"name": "neurosys/doctrine-datatables",
"description": "Library providing a Doctrine2 wrapper over Datatables.js",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Bartosz Pasiński",
"email": "b.pasinski@neurosys.pl"
}
],
"require": {
"php": ">=5.3.3",
"doctrine/orm": "~2.2",
"jms/serializer": "~0.11",
"symfony/property-access": "~2.2"
},
"require-dev": {
"twig/twig": "~1.14"
},
"suggest": {
"twig/twig": "Allows field rendering using Twig templating engine"
},
"autoload": {
"psr-0": { "NeuroSYS\\DoctrineDatatables\\": "" }
},
"target-dir": "NeuroSYS/DoctrineDatatables"
}