Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Sep 14, 2011
1 parent adace22 commit ca2d515
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Silex",
"type": "Library",
"description": "The PHP micro-framework based on the Symfony2 Components",
"keywords": ["microframework"],
"homepage": "http://silex.sensiolabs.org",
"version": "1.0.0",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"require": {
"php": ">=5.3.0",
"Pimple": ">=1.0.0",
"Symfony-BrowserKit": ">=2.0.0",
"Symfony-CssSelector": ">=2.0.0",
"Symfony-DomCrawler": ">=2.0.0",
"Symfony-EventDispatcher": ">=2.0.0",
"Symfony-HttpFoundation": ">=2.0.0",
"Symfony-HttpKernel": ">=2.0.0",
"Symfony-Routing": ">=2.0.0"
}
}

0 comments on commit ca2d515

Please sign in to comment.