-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.14 KB
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 1.14 KB
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
32
33
34
35
36
{
"name": "yepsua/generator-bundle",
"description": "The RICH CRUD Generator for Symfony2",
"keywords": ["extensions","generator","admin","jquery","UI","RIA","jQuery4PHP"],
"homepage": "http://www.yepsua.com",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Omar Yepez",
"email": "omar.yepez@yepsua.com"
}
],
"scripts": {
"post-install-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
]
},
"require": {
"yepsua/smartwig-bundle": "1.2.x-dev",
"yepsua/rad-bundle": "1.2.x-dev"
},
"autoload": {
"psr-0": { "Yepsua\\GeneratorBundle": "" }
},
"target-dir": "Yepsua/GeneratorBundle",
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web"
}
}