Skip to content

Commit

Permalink
Allow Symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed May 30, 2015
1 parent 9d09f86 commit 1b79a3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"symfony/http-foundation": "~2.5",
"symfony/http-foundation": "~2.5|~3.0",
"guzzlehttp/guzzle": "~6.0",
"symfony/psr-http-message-bridge": "^0.1.0",
"zendframework/zend-diactoros": "^1.0"
Expand All @@ -31,5 +31,6 @@
"psr-4": {
"Proxy\\": "src"
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 1b79a3a

Please sign in to comment.