Skip to content

Commit

Permalink
Merge pull request #276 from netglue/PHP-8.3
Browse files Browse the repository at this point in the history
Add PHP 8.3 Support
  • Loading branch information
gsteel authored Sep 19, 2023
2 parents a897260 + f4c3ec5 commit 78ca392
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
}
}
10 changes: 5 additions & 5 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": "*",
"dflydev/fig-cookies": "^2.0||^3.0",
"gsteel/dot": "^1.5",
Expand All @@ -56,19 +56,19 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"helmich/phpunit-psr7-assert": "^4.4",
"laminas/laminas-config-aggregator": "^1.13",
"helmich/phpunit-psr7-assert": "^4.4.1",
"laminas/laminas-config-aggregator": "^1.14",
"laminas/laminas-servicemanager": "^3.21",
"lctrs/psalm-psr-container-plugin": "^1.9",
"mezzio/mezzio-fastroute": "^3.10",
"php-http/curl-client": "^2.3",
"php-http/mock-client": "^1.6",
"phpunit/phpunit": "^10.2.6",
"phpunit/phpunit": "^10.3.5",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/options-resolver": "^5.3.7 || ^6.3",
"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 78ca392

Please sign in to comment.