integrate Thelia/Tpex

This commit is contained in:
Manuel Raynaud
2013-02-18 21:40:59 +01:00
parent 64698c34b3
commit d4bc75bc12
2 changed files with 40 additions and 5 deletions

View File

@@ -6,6 +6,12 @@
"forum" : "http://thelia.net/forum",
"wiki" : "http://thelia.net/wiki"
},
"repositories" : [
{
"type" : "vcs",
"url" : "https://github.com/thelia/Tpex"
}
],
"require":{
"php": ">=5.4.0",
"ircmaxell/password-compat": "dev-master",
@@ -17,7 +23,8 @@
"symfony/dependency-injection" : "2.1.*",
"symfony/event-dispatcher" : "2.1.*",
"symfony/http-kernel" : "2.1.*",
"symfony/routing" : "2.1.*"
"symfony/routing" : "2.1.*",
"Thelia/Tpex" : "dev-master"
},
"minimum-stability": "stable",
"config" : {