Skip to content

Commit

Permalink
Improve composer compatibility
Browse files Browse the repository at this point in the history
fixes #19
  • Loading branch information
mitelg committed Feb 8, 2018
1 parent a707f7f commit 8ff8566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"license": "MIT",
"comment": "league/flysystem and guzzlehttp/guzzle are provided by shopware",
"keywords": ["shopware", "s3", "aws"],
"replace": {
"league/flysystem": "~1.0",
"guzzlehttp/guzzle": "~5.3.1"
},
"extra": {
"installer-name": "SwagMediaS3"
},
Expand Down
9 changes: 4 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.2/engine/Shopware/Components/Plugin/schema/plugin.xsd">
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.4/engine/Shopware/Components/Plugin/schema/plugin.xsd">

<label lang="de">Media Adapter: S3</label>
<label lang="en">Media adapter: S3</label>

<version>1.0.1</version>
<version>2.0.0</version>
<copyright>(c) by shopware AG</copyright>
<license>proprietary</license>
<author>shopware AG</author>
<compatibility minVersion="5.2.0" />

</plugin>
<compatibility minVersion="5.4.0" />
</plugin>

0 comments on commit 8ff8566

Please sign in to comment.