Skip to content

Commit

Permalink
Merge pull request #54 from flownative/task/flow-compatibility
Browse files Browse the repository at this point in the history
Declare compatible with Flow 6.3 (again)
  • Loading branch information
kitsunet authored Feb 8, 2022
2 parents 4716512 + e063b23 commit fcf44be
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
Expand Up @@ -14,8 +14,8 @@
"MIT"
],
"require": {
"neos/flow": "^7.0 || dev-master",
"aws/aws-sdk-php": "~3.0"
"neos/flow": "^6.3 || ^7.0 || dev-master",
"aws/aws-sdk-php": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fcf44be

Please sign in to comment.