Skip to content

Commit

Permalink
Merge pull request #8 from Westwing-Home-and-Living/WMS-5393
Browse files Browse the repository at this point in the history
[WMS-5393] Fix security vulnerability CVE-2021-32708
  • Loading branch information
Jacek Barecki authored Jul 7, 2021
2 parents 63d204d + 09aa26f commit f284770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Westwing-Home-and-Living/flysystem-factory",
"name": "westwing-home-and-living/flysystem-factory",
"description": "Simple Factory for the League\\Flysystem filesystem abstraction library",
"license": "MIT",
"keywords": [ "flysystem", "filesystem", "filesystems", "abstraction", "factory" ],
Expand All @@ -12,7 +12,7 @@
"require": {
"symfony/yaml": ">=2.6 <=3.0",
"symfony/config": "^2.6.0",
"league/flysystem": "^1.0",
"league/flysystem": "^1.1.4",
"league/flysystem-aws-s3-v3": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit f284770

Please sign in to comment.