Skip to content

Commit

Permalink
Merge pull request #46 from gsteel/PHP-8.3
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, add support for PHP 8.3
  • Loading branch information
gsteel authored Dec 12, 2023
2 parents 5263d37 + d54b0ab commit 6108df9
Show file tree
Hide file tree
Showing 16 changed files with 919 additions and 777 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
Expand All @@ -35,7 +35,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"laminas/laminas-cli": "^1.7.0",
"laminas/laminas-code": "^4.7.1",
Expand All @@ -47,15 +47,15 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.2.3",
"laminas/laminas-diactoros": "^3.3",
"mikey179/vfsstream": "^1.6.11",
"mockery/mockery": "^1.5.1",
"php-mock/php-mock-phpunit": "^2.6.1",
"mockery/mockery": "^1.6.7",
"php-mock/php-mock-phpunit": "^2.9.0",
"phpdocumentor/reflection-docblock": "^5.3.0",
"phpunit/phpunit": "^9.5.26",
"phpunit/phpunit": "^9.6.15",
"psalm/plugin-mockery": "^0.11.0",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^5.0.0"
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.17.0"
},
"autoload": {
"psr-4": {
Expand Down
1,105 changes: 600 additions & 505 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 6108df9

Please sign in to comment.