Skip to content

Commit

Permalink
Merge pull request #47 from flownative/php-83
Browse files Browse the repository at this point in the history
Declare compatibility with PHP 8.3
  • Loading branch information
robertlemke authored Jan 18, 2024
2 parents 6220275 + 6a40641 commit b1f6d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"MIT"
],
"require": {
"php": "8.0.* || 8.1.* || 8.2.*",
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.*",
"neos/flow": "^7.0 || ^8.0 || 9.0.*",
"google/cloud-storage": "^1.1",
"ext-json": "*",
Expand Down

0 comments on commit b1f6d93

Please sign in to comment.