Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jan 23, 2012
1 parent 7335569 commit c9adeb8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "beberlei/acme-pizza",
"type": "symfony-bundle",
"require": {
"php": ">=5.3.2",
"symfony/symfony" : ">=2.0"
},
"autoload": {
"psr0": {
"Acme\\PizzaBundle\\":""
}
},
"target-dir": "Acme\\PizzaBundle\\"
}

0 comments on commit c9adeb8

Please sign in to comment.