Skip to content

Commit

Permalink
Update PHP version compatibility and dependencies
Browse files Browse the repository at this point in the history
This commit updates the compatibility range to include PHP 8.3.0. It also includes updated versions of various dependencies in composer.lock, including "psr/container", "symfony/console", "symfony/service-contracts", among other packages. Additionally, this commit removes certain unnecessary extra fields and adapts the composer file to meet current package requirements.

Signed-off-by: Sebastian Hopfe <[email protected]>
  • Loading branch information
nusphere authored and Xerkus committed Jan 7, 2024
1 parent f5a226d commit d372e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-serializer": "^2.10",
"phpbench/phpbench": "^1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d372e6d

Please sign in to comment.