Skip to content

Commit

Permalink
Merge pull request #2 from NicolasN/master
Browse files Browse the repository at this point in the history
Add composer.json file to install PyrusBundle on symfony2.1+
  • Loading branch information
tarjei committed Aug 28, 2013
2 parents fb6cc20 + 72b9a04 commit 0eb6a9d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions composer.json
@@ -0,0 +1,29 @@
{
"name": "naderman/pyrus-bundle",
"type": "symfony-bundle",
"description": "Integrates Pyrus, the management tool for PEAR2 packages, into Symfony",
"keywords": ["pyrus"],
"homepage": "https://github.com/naderman/PyrusBundle",
"license": "phpBB",
"authors": [
{
"name": "Nils Adermann"
},
{
"name": "Tarjei Huse"
},
{
"name": "Nicolas Nutten"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/framework-bundle": ">=2.1"
},
"autoload": {
"psr-0": { "phpBB\\PyrusBundle": "" }
},
"target-dir": "phpBB\\PyrusBundle"
}

0 comments on commit 0eb6a9d

Please sign in to comment.