Skip to content

Commit 8216582

Browse files
committed
Merge pull request #18 from gnugat/symfony-3
Updated to Symfony 3
2 parents 8e2554e + 8c6b279 commit 8216582

File tree

2 files changed

+260
-102
lines changed

2 files changed

+260
-102
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "php-pm/httpkernel-adapter",
33
"require": {
4-
"stack/builder": "1.0.*",
5-
"symfony/http-foundation": "~2.6",
6-
"symfony/http-kernel": "~2.6"
4+
"stack/builder": "^1.0",
5+
"symfony/http-foundation": "^2.6|^3.0",
6+
"symfony/http-kernel": "^2.6|^3.0"
77
},
88
"autoload": {
99
"psr-4": {

0 commit comments

Comments
 (0)