Skip to content

Commit 78ca392

Browse files
authored
Merge pull request #276 from netglue/PHP-8.3
Add PHP 8.3 Support
2 parents a897260 + f4c3ec5 commit 78ca392

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.laminas-ci.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.3": true
4+
}
5+
}

composer.json

+5-5
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)