Skip to content

Commit

Permalink
Add support for PHP 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Nov 10, 2023
1 parent 6a3d671 commit 2b64321
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 76 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-intl": "*",
"giggsey/libphonenumber-for-php": "^8.13.1",
"laminas/laminas-filter": "^2.27",
Expand All @@ -47,12 +47,12 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-config-aggregator": "^1.13",
"laminas/laminas-servicemanager": "^3.20",
"maglnet/composer-require-checker": "^4.5",
"phpunit/phpunit": "^10.1.0",
"laminas/laminas-config-aggregator": "^1.14",
"laminas/laminas-servicemanager": "^3.22.1",
"maglnet/composer-require-checker": "^4.7.1",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.8"
"vimeo/psalm": "^5.15"
},
"autoload": {
"psr-4": {
Expand Down
140 changes: 70 additions & 70 deletions composer.lock

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

0 comments on commit 2b64321

Please sign in to comment.