Skip to content

Commit

Permalink
Add an explicit dev requirement on symfony/http-foundation
Browse files Browse the repository at this point in the history
Relying on the silex requirement to bring this package does not give full
control over the version.
  • Loading branch information
stof committed Aug 22, 2017
1 parent 6c4aaa5 commit 38c7663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"require-dev": {
"pimple/pimple": "~1.0",
"symfony/http-foundation": "~2.4|~3.0",
"symfony/phpunit-bridge": "~3.3",
"symfony/routing": "~2.3|~3.0",
"silex/silex": "~1.0",
Expand Down

0 comments on commit 38c7663

Please sign in to comment.