Skip to content

Commit d1743ec

Browse files
committed
Add PHP 8.3 Support
1 parent a897260 commit d1743ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1 || ~8.2",
36+
"php": "~8.1 || ~8.2 || ~8.3",
3737
"ext-json": "*",
3838
"dflydev/fig-cookies": "^2.0||^3.0",
3939
"gsteel/dot": "^1.5",
@@ -56,19 +56,19 @@
5656
},
5757
"require-dev": {
5858
"doctrine/coding-standard": "^12.0.0",
59-
"helmich/phpunit-psr7-assert": "^4.4",
60-
"laminas/laminas-config-aggregator": "^1.13",
59+
"helmich/phpunit-psr7-assert": "^4.4.1",
60+
"laminas/laminas-config-aggregator": "^1.14",
6161
"laminas/laminas-servicemanager": "^3.21",
6262
"lctrs/psalm-psr-container-plugin": "^1.9",
6363
"mezzio/mezzio-fastroute": "^3.10",
6464
"php-http/curl-client": "^2.3",
6565
"php-http/mock-client": "^1.6",
66-
"phpunit/phpunit": "^10.2.6",
66+
"phpunit/phpunit": "^10.3.5",
6767
"psalm/plugin-phpunit": "^0.18.4",
6868
"roave/security-advisories": "dev-latest",
6969
"squizlabs/php_codesniffer": "^3.7.2",
7070
"symfony/options-resolver": "^5.3.7 || ^6.3",
71-
"vimeo/psalm": "^5.13.1"
71+
"vimeo/psalm": "^5.15.0"
7272
},
7373
"extra": {
7474
"laminas": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)