Skip to content

Commit e0ac5ac

Browse files
authored
Merge pull request #36 from flownative/php83
Raise PHP requirement
2 parents 794e8e1 + 5c48528 commit e0ac5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*",
24+
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.*",
2525
"neos/flow": "^6.0 || ^7.0 || ^8.0 || ^9.0",
2626
"guzzlehttp/guzzle": "^6.0 || ^7.0",
2727
"league/oauth2-client": "^2.0",

0 commit comments

Comments
 (0)