Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from flagbit/feature/FLYS-19
Browse files Browse the repository at this point in the history
[FLYS-19] Fix composer.json
  • Loading branch information
Björn Meyer authored May 15, 2019
2 parents 8c8ef50 + 8d38cb7 commit 48c3821
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
22 changes: 0 additions & 22 deletions Test/Unit/phpunit.xml.dist

This file was deleted.

21 changes: 19 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,29 @@
"role": "DevOps"
}
],
"homepage": "https://github.com/flagbit/Magento2-Flysystem",
"keywords": [
"magento",
"magento2",
"flysystem",
"filesystem"
],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"php": ">=7.1.0",
"league/flysystem": "1.0.43",
"league/flysystem-sftp": "^1.0"
"league/flysystem": "^1.0",
"league/flysystem-sftp": "^1.0",
"magento/framework": ">=101.0.0",
"magento/module-backend": ">=100.2.0",
"magento/magento-composer-installer": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"roave/security-advisories": "dev-master"
},
"suggest": {
Expand Down

0 comments on commit 48c3821

Please sign in to comment.