Skip to content

Commit fabcb43

Browse files
committed
Add support php 8.1 in composer
1 parent c472e08 commit fabcb43

File tree

2 files changed

+139
-137
lines changed

2 files changed

+139
-137
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~7.3.0||~7.4.0||~8.0.0",
11+
"php": "~7.4.0||~8.0.0||~8.1.0",
1212
"ext-json": "*",
13-
"laminas/laminas-dependency-plugin": "^2.1.0",
14-
"laminas/laminas-stdlib": "~3.5.0",
13+
"laminas/laminas-dependency-plugin": "^2.2.0",
14+
"laminas/laminas-stdlib": "~3.6.0",
1515
"nikic/php-parser": "~4.12.0",
1616
"phpstan/phpdoc-parser": "^0.5.5",
1717
"sabre/xml": "~2.2.3",

0 commit comments

Comments
 (0)