Skip to content

Commit

Permalink
Merge pull request #130 from netglue/PHP-8.3
Browse files Browse the repository at this point in the history
Add support for PHP 8.3
  • Loading branch information
gsteel authored Sep 18, 2023
2 parents 57af081 + 8899fd0 commit 139560c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 464 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~8.1 || ~8.2.0",
"php": "~8.1 || ~8.2.0 || ~8.3",
"ext-json": "*",
"php-http/discovery": "^1.14.1",
"psr/http-client": "^1.0",
Expand All @@ -25,17 +25,16 @@
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^12.0",
"ergebnis/composer-normalize": "^2.30.2",
"infection/infection": "^0.27.0",
"laminas/laminas-diactoros": "^3.0.0",
"php-http/curl-client": "^2.2.1",
"phpunit/phpunit": "^10.1.1",
"infection/infection": "^0.27.2",
"laminas/laminas-diactoros": "^3.2.0",
"php-http/curl-client": "^2.3.0",
"phpunit/phpunit": "^10.3.4",
"psalm/plugin-phpunit": "^0.18.4",
"react/child-process": "^0.6.5",
"react/http": "^1.8",
"react/http": "^1.9",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.9"
"vimeo/psalm": "^5.15"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit 139560c

Please sign in to comment.