-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 823 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 823 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
{
"name": "newbridgegreen/extjs-bundle",
"type": "symfony-bundle",
"description": "Allows you to return arrays of objects in a ExtJS Store friendly output. For use with the FOSRestBundle",
"keywords": ["extjs", "store", "model", "extjs4"],
"homepage": "http://github.com/NewbridgeGreen/ExtJSBundle",
"license": "Apache2",
"authors": [
{
"name": "Jamie Sutherland",
"email": "jamie@newbridgegreen.com"
}
],
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"symfony/framework-bundle": ">=2.0,<2.2-dev",
"friendsofsymfony/rest-bundle": "dev-master"
},
"autoload": {
"psr-0": { "NewbridgeGreen\\ExtJSBundle": "" }
},
"minimum-stability": "dev",
"target-dir": "NewbridgeGreen/ExtJSBundle"
}