Skip to content

Commit 292825f

Browse files
authored
Declare compatibility with Flow 9
Based on the current state, this package does work with Flow 9.0 dev.
1 parent 9f4e780 commit 292825f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.4 || ^8.0 || ^8.1",
25-
"neos/flow": "^6.0 || ^7.0 || ^8.0 || dev-master",
24+
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*",
25+
"neos/flow": "^6.0 || ^7.0 || ^8.0 || ^9.0",
2626
"guzzlehttp/guzzle": "^6.0 || ^7.0",
2727
"league/oauth2-client": "^2.0",
2828
"ramsey/uuid": "^3.0 || ^4.0",

0 commit comments

Comments
 (0)