forked from pigroupe/cmf-sfynx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
124 lines (119 loc) · 5.24 KB
/
composer.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "symfony/framework-standard-edition",
"license": "MIT",
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.3.19",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "1.2.*",
"twig/extensions": "1.0.*",
"symfony/assetic-bundle": "2.3.*",
"symfony/swiftmailer-bundle": "2.3.*",
"symfony/monolog-bundle": "2.3.*",
"sensio/distribution-bundle": "2.3.*",
"sensio/framework-extra-bundle": "2.3.*",
"sensio/generator-bundle": "2.3.*",
"incenteev/composer-parameter-handler": "~2.0",
"jms/security-extra-bundle": "1.5.*",
"jms/di-extra-bundle": "1.4.*",
"jms/serializer-bundle": "0.13.*@dev",
"symfony/translation": "2.6.*@dev",
"jms/translation-bundle": "1.1.*@dev",
"doctrine/doctrine-fixtures-bundle": "dev-master",
"doctrine/data-fixtures": "1.0.*",
"doctrine/doctrine-cache-bundle": "1.0.*",
"gedmo/doctrine-extensions": "2.3.*@dev",
"stof/doctrine-extensions-bundle": "1.1.*@dev",
"friendsofsymfony/user-bundle": "2.0.*@dev",
"besimple/i18n-routing-bundle": "2.3.0",
"sonata-project/admin-bundle": "2.4.*@dev",
"sonata-project/media-bundle": "2.4.*@dev",
"sonata-project/classification-bundle": "2.3.*@dev",
"sonata-project/datagrid-bundle": "2.2.*@dev"
},
"require-dev": {
"benjam1/symfttpd": "2.1.*",
"phpunit/phpunit": "4.0.20",
"phploc/phploc": "2.1.*@dev",
"whatthejeff/nyancat-phpunit-resultprinter": "~1.2",
"squizlabs/php_codesniffer": "2.0.*@dev",
"phpmd/phpmd": "2.1.*",
"guzzlehttp/guzzle": "~4.0",
"sebastian/phpcpd": "2.0.*@dev",
"pdepend/pdepend": "2.0.*",
"phpunit/php-invoker": "dev-master",
"phake/phake": "*",
"phing/phing": "dev-master",
"behat/behat": "3.0.*@dev",
"behat/mink": "1.6.*@dev",
"behat/symfony2-extension": "*@dev",
"behat/mink-extension": "*@dev",
"behat/mink-selenium2-driver": "*@dev",
"behat/mink-browserkit-driver": "1.2.*@dev",
"jns/xhprof-bundle": "1.0.*@dev",
"facebook/xhprof": "dev-master@dev",
"phpcasperjs/phpcasperjs": "dev-master",
"phpdocumentor/phpdocumentor": "dev-master"
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
]
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "stable",
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "2.3-dev",
"bin-dir": "bin/"
}
},
"autoload": {
"psr-0": {
"OrApp" : "src",
"PiApp": "vendor/Sfynx",
"BootStrap": "vendor/Sfynx",
"Application": "vendor/Sfynx",
"Sfynx\\AclManagerBundle": "vendor/sfynx-project/acl-manager-bundle",
"Sfynx\\DatabaseBundle": "vendor/sfynx-project/database-bundle",
"Sfynx\\WsBundle": "vendor/sfynx-project/ws-bundle",
"Sfynx\\TranslatorBundle": "vendor/sfynx-project/translator-bundle",
"Sfynx\\CacheBundle": "vendor/sfynx-project/cache-bundle",
"Sfynx\\ToolBundle": "vendor/sfynx-project/tool-bundle",
"Sfynx\\CoreBundle": "vendor/sfynx-project/core-bundle",
"Sfynx\\CmfBundle": "vendor/sfynx-project/cmf-bundle",
"Sfynx\\AdminBundle": "vendor/sfynx-project/admin-bundle",
"Sfynx\\AuthBundle": "vendor/sfynx-project/auth-bundle",
"Sfynx\\MediaBundle": "vendor/sfynx-project/media-bundle",
"Sfynx\\BrowserBundle": "vendor/sfynx-project/browser-bundle",
"Sfynx\\EncryptBundle": "vendor/sfynx-project/annotation-bundle",
"Sfynx\\PositionBundle": "vendor/sfynx-project/annotation-bundle",
"Sfynx\\TemplateBundle": "vendor/sfynx-project/template-bundle",
"Sfynx\\SmoothnessBundle": "vendor/sfynx-project/template-bundle",
"Zend_": "vendor/Zend/library"
}
}
}