-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
35 lines (35 loc) · 990 Bytes
/
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
{
"name": "osimek1/articles-bundle",
"type": "symfony-bundle",
"description": "Articles Bundle for symfony 2",
"keywords": ["articles", "translatable"],
"homepage": "http://osimowicz.eu/ArticlesBundle",
"license": "MIT",
"authors": [
{
"name": "Grzegorz Osimowicz",
"email": "grzegorz@osimowicz.eu"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony" : ">=2.1,<3.0",
"doctrine/orm": "~2.2,>=2.2.3",
"gedmo/doctrine-extensions": "dev-master"
},
"require-dev": {
"symfony/monolog-bundle": "2.3.*",
"symfony/swiftmailer-bundle": "2.3.*",
"symfony/assetic-bundle": "2.3.*",
"doctrine/doctrine-bundle": "1.2.*",
"sensio/framework-extra-bundle": "2.3.*",
"sensio/distribution-bundle": "2.3.*",
"sensio/generator-bundle": "2.3.*"
},
"autoload": {
"psr-0": {
"Osimek1\\ArticlesBundle\\": ""
}
},
"target-dir" : "Osimek1/ArticlesBundle"
}