Skip to content

Commit 7c20ef2

Browse files
committed
Merge pull request #5 from php-pm/andig-patch-1
Relieve Symfony version constraints
2 parents bb2172d + 01fae2d commit 7c20ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "php-pm/httpkernel-adapter",
33
"require": {
44
"stack/builder": "1.0.*",
5-
"symfony/http-foundation": "2.6.*",
6-
"symfony/http-kernel": "2.6.*"
5+
"symfony/http-foundation": "~2.6",
6+
"symfony/http-kernel": "~2.6"
77
},
88
"autoload": {
99
"psr-4": {

0 commit comments

Comments
 (0)