Commit e2003535f25af190945ca2f4b1e9db1e4e116935
1 parent
8040d8e6
Exists in
master
and in
2 other branches
retira dependências
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
composer.json
@@ -5,10 +5,11 @@ | @@ -5,10 +5,11 @@ | ||
5 | "type": "project", | 5 | "type": "project", |
6 | "description": "The \"Symfony Standard Edition\" distribution", | 6 | "description": "The \"Symfony Standard Edition\" distribution", |
7 | "autoload": { | 7 | "autoload": { |
8 | - "psr-0": { "GerenciadorRedes\Bundle\CocarBundle": "" } | 8 | + "psr-0": { "swpb\Bundle\CocarBundle": "" } |
9 | }, | 9 | }, |
10 | - "target-dir": "GerenciadorRedes/Bundle/CocarBundle", | 10 | + "target-dir": "swpb/Bundle/CocarBundle", |
11 | "require": { | 11 | "require": { |
12 | + "php": ">=5.3.2", | ||
12 | "jpgraph/jpgraph": "dev-master" | 13 | "jpgraph/jpgraph": "dev-master" |
13 | }, | 14 | }, |
14 | "scripts": { | 15 | "scripts": { |
@@ -38,7 +39,7 @@ | @@ -38,7 +39,7 @@ | ||
38 | "file": "app/config/parameters.yml" | 39 | "file": "app/config/parameters.yml" |
39 | }, | 40 | }, |
40 | "branch-alias": { | 41 | "branch-alias": { |
41 | - "dev-master": "2.3-dev" | 42 | + "dev-master": "2.0-dev" |
42 | } | 43 | } |
43 | } | 44 | } |
44 | } | 45 | } |