Skip to content

Commit

Permalink
Fix the Symfony dependency (#422)
Browse files Browse the repository at this point in the history
Remove the dependency to `symfony/symfony` in favour of `symfony/framework-bundle` and allow Symfony
4.
  • Loading branch information
theofidry authored Sep 18, 2018
1 parent 02fab3b commit d4f0c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"psr/log": "^1.0",
"symfony/finder": "^3.4 || ^4.0",
"theofidry/alice-data-fixtures": "^1.0",
"symfony/symfony": "^3.4"
"symfony/framework-bundle": "^3.4 || ^4.0"
},
"require-dev": {
"doctrine/data-fixtures": "^1.2",
Expand Down

0 comments on commit d4f0c1f

Please sign in to comment.