Skip to content

Commit 454e600

Browse files
committed
Allow PHP 8.5, remove PHP 8.1
Signed-off-by: fezfez <demonchaux.stephane@gmail.com>
1 parent b21b952 commit 454e600

File tree

2 files changed

+163
-158
lines changed

2 files changed

+163
-158
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
],
99
"license": "BSD-3-Clause",
1010
"require": {
11-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
12-
"laminas/laminas-cache": "^4.1.0",
13-
"laminas/laminas-serializer": "^3.0",
14-
"phpbench/phpbench": "^1.2.15"
11+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
12+
"laminas/laminas-cache": "^4.2.0",
13+
"laminas/laminas-serializer": "^3.2",
14+
"phpbench/phpbench": "^1.5.1"
1515
},
1616
"require-dev": {
1717
"laminas/laminas-coding-standard": "~3.1.0",
18-
"vimeo/psalm": "^6.10.0"
18+
"vimeo/psalm": "^6.15.1"
1919
},
2020
"config": {
2121
"sort-packages": true,
2222
"platform": {
23-
"php": "8.1.99"
23+
"php": "8.2.99"
2424
},
2525
"allow-plugins": {
2626
"dealerdirect/phpcodesniffer-composer-installer": true

0 commit comments

Comments
 (0)