Skip to content

Commit 2170560

Browse files
authored
Merge pull request #207 from fbourigault/fix-203
Remove symfony/symfony dependency
2 parents de9ede9 + fc56973 commit 2170560

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"php-http/message": "^1.4",
3030
"php-http/discovery": "^1.0",
3131
"twig/twig": "^1.18 || ^2.0",
32-
"symfony/asset": "^2.8 || ^3.0",
33-
"symfony/symfony": "2.8.27"
32+
"symfony/asset": "^2.8 || ^3.0"
3433
},
3534
"require-dev": {
3635
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.1",

0 commit comments

Comments
 (0)