Skip to content

Commit

Permalink
Add support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Sep 19, 2023
1 parent 780b7de commit 87d8a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"require": {
"php": "~8.1 || ~8.2",
"php": "~8.1 || ~8.2 || ~8.3",
"ext-json": "*",
"netglue/prismic-client": "^1.0.0",
"netglue/prismic-doctype-client": "^1.0.0",
Expand All @@ -51,15 +51,15 @@
"ext-curl": "*",
"doctrine/coding-standard": "^12.0",
"laminas/laminas-config-aggregator": "^1.13",
"laminas/laminas-diactoros": "^3.0.0",
"laminas/laminas-diactoros": "^3.2.0",
"laminas/laminas-servicemanager": "^3.21",
"lctrs/psalm-psr-container-plugin": "^1.9",
"php-http/curl-client": "^2.3",
"phpunit/phpunit": "^10.2.3",
"phpunit/phpunit": "^10.3.5",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.15.0"
},
"extra": {
"laminas": {
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 87d8a57

Please sign in to comment.