Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 6a2aa24

Browse files
mrtskristelmerilain
authored andcommitted
Restore PHP 8.1 compatibility
Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
1 parent 2b039e9 commit 6a2aa24

File tree

2 files changed

+227
-232
lines changed

2 files changed

+227
-232
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require-dev": {
13-
"phpunit/phpunit": "^11.0.4"
13+
"phpunit/phpunit": "^10.5"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -27,6 +27,7 @@
2727
}
2828
},
2929
"require": {
30+
"php": ">=8.1",
3031
"phpseclib/phpseclib": "3.0.*"
3132
},
3233
"scripts": {

0 commit comments

Comments
 (0)