Commit 15146c1e495ddd7b565be68bd7c3b25276adbfe1
1 parent
d7b4c6b7
Exists in
master
and in
3 other branches
ajuste nas dependências do projeto para incluir o repositório debatepublico-tema…
… e o link da origin do delibera
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
composer.json
... | ... | @@ -45,7 +45,11 @@ |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "type": "git", |
48 | - "url": "https://github.com/ethymos/delibera" | |
48 | + "url": "https://github.com/pensandoodireito/delibera" | |
49 | + }, | |
50 | + { | |
51 | + "type": "git", | |
52 | + "url": "https://github.com/pensandoodireito/debatepublico-tema" | |
49 | 53 | } |
50 | 54 | ], |
51 | 55 | "require": { |
... | ... | @@ -55,6 +59,7 @@ |
55 | 59 | "pensandoodireito/dadospessoais-tema" : "dev-master", |
56 | 60 | "pensandoodireito/pensandoodireito-tema" : "dev-master", |
57 | 61 | "pensandoodireito/participacao-tema" : "dev-master", |
62 | + "pensandoodireito/debatepublico-tema" : "dev-master", | |
58 | 63 | "pensandoodireito/pensandoodireito-network-functions" : "dev-master", |
59 | 64 | "pensandoodireito/wp-side-comments" : "dev-master", |
60 | 65 | "ethymos/delibera" : "dev-master", | ... | ... |