Skip to content

Commit 5023a1f

Browse files
authored
Merge pull request #421 from netglue/php-8.5
Remove support for PHP 8.1, add support for PHP 8.5
2 parents cf7b332 + 892bda3 commit 5023a1f

File tree

4 files changed

+307
-298
lines changed

4 files changed

+307
-298
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.3": false
3+
"8.5": true
44
}
55
}

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php-http/discovery": false
1919
},
2020
"platform": {
21-
"php": "8.1.99"
21+
"php": "8.2.99"
2222
}
2323
},
2424
"autoload": {
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
36+
"php": "~8.2 || ~8.3 || ~8.4 || ~8.5",
3737
"ext-json": "*",
3838
"dflydev/fig-cookies": "^2.0||^3.0",
3939
"gsteel/dot": "^1.5",
@@ -57,16 +57,16 @@
5757
"require-dev": {
5858
"doctrine/coding-standard": "^14.0.0",
5959
"helmich/phpunit-psr7-assert": "^4.4.1",
60-
"laminas/laminas-config-aggregator": "^1.18",
61-
"laminas/laminas-servicemanager": "^3.23.0 || ^4.4",
62-
"mezzio/mezzio-fastroute": "^3.13",
60+
"laminas/laminas-config-aggregator": "^1.19",
61+
"laminas/laminas-servicemanager": "^3.23.0 || ^4.5",
62+
"mezzio/mezzio-fastroute": "^3.14",
6363
"php-http/curl-client": "^2.3.3",
6464
"php-http/mock-client": "^1.6.1",
6565
"phpunit/phpunit": "^10.5.58",
6666
"psalm/plugin-phpunit": "^0.19.5",
6767
"roave/security-advisories": "dev-latest",
68-
"squizlabs/php_codesniffer": "^4.0.0",
69-
"symfony/options-resolver": "^6.4.25 || ^7",
68+
"squizlabs/php_codesniffer": "^4.0.1",
69+
"symfony/options-resolver": "^6.4.25 || ^7.3.3",
7070
"vimeo/psalm": "^6.13.1"
7171
},
7272
"extra": {

0 commit comments

Comments
 (0)