Skip to content

Commit adefb84

Browse files
committed
Add support for PHP 8.1 in composer.json.
1 parent 520d757 commit adefb84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*",
20+
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
2121
"bearframework/bearframework": "1.*",
2222
"ivopetkov/locks-bearframework-addon": "1.*"
2323
},

0 commit comments

Comments
 (0)