Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Sep 24, 2011
1 parent 1c6e443 commit 0f620a2
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "Silex",
"type": "Library",
"name": "silex",
"type": "library",
"description": "The PHP micro-framework based on the Symfony2 Components",
"keywords": ["microframework"],
"homepage": "http://silex.sensiolabs.org",
Expand All @@ -18,13 +18,12 @@
],
"require": {
"php": ">=5.3.2",
"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"
"pimple": ">=1.0.0",
"symfony/browser-kit": "2.0.*",
"symfony/dom-crawler": "2.0.*",
"symfony/event-dispatcher": "2.0.*",
"symfony/http-foundation": "2.0.*",
"symfony/http-kernel": "2.0.*",
"symfony/routing": "2.0.*"
}
}

0 comments on commit 0f620a2

Please sign in to comment.