Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.
/ website Public archive

Commit

Permalink
update dependencies to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandresalome committed Feb 28, 2014
1 parent c396d65 commit 7b5b548
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 208 deletions.
30 changes: 7 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,17 @@
"description": "Sourcecode of gitonomy.com",

"require": {
"silex/silex": "dev-master",
"twig/twig": "dev-master",
"symfony/twig-bridge": "dev-master",
"fabpot/sphinx-php": "dev-master",
"symfony/console": "dev-master",
"kriswallsmith/buzz": "dev-master"
"silex/silex": "~1.1",
"twig/twig": "~1.15",
"symfony/twig-bridge": "~2.4",
"symfony/console": "~2.4",
"fabpot/sphinx-php": "~1.0",
"kriswallsmith/buzz": "~0.10"
},
"minimum-stability": "dev",

"autoload": {
"psr-0" : {
"Gitonomy" : "src/"
}
},

"repositories": [
{
"type": "package",
"package": {
"name": "fabpot/sphinx-php",
"version": "master",
"source": {
"url": "https://github.com/fabpot/sphinx-php.git",
"type": "git",
"reference": "master"
}
}
}
]
}
}
Loading

0 comments on commit 7b5b548

Please sign in to comment.