Skip to content

Commit

Permalink
TASK: Define compatibility with Flow 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo authored Sep 18, 2019
1 parent ccdf000 commit 642d4cb
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 @@ -5,13 +5,16 @@
"license": ["GPL-3.0-or-later"],
"require": {
"google/apiclient": "^2.2",
"neos/flow": "~5.0 || dev-master"
"neos/flow": "~5.0 || ~6.0 || dev-master"
},
"autoload": {
"psr-4": {
"Flowpack\\GoogleApiClient\\": "Classes"
}
},
"extra": {
"neos": {
"package-key": "Flowpack.GoogleApiClient"
}
}
}

0 comments on commit 642d4cb

Please sign in to comment.