Skip to content

Commit

Permalink
Cleanup dependencies. This will fix issue #203 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
garak authored and bytehead committed Jan 9, 2020
1 parent eb06fdc commit bf8b1bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@

"require": {
"php": "^7.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0",
"league/flysystem": "^1.0.26"
},

Expand All @@ -31,6 +33,7 @@
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/browser-kit": "^3.4|^4.0|^5.0",
"symfony/asset": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
Expand Down

0 comments on commit bf8b1bd

Please sign in to comment.