Skip to content

Commit 83965fc

Browse files
mrtskristelmerilain
authored andcommitted
Restore PHP 8.1 compatibility
Signed-off-by: Mart Somermaa <[email protected]>
1 parent 323d261 commit 83965fc

File tree

3 files changed

+229
-234
lines changed

3 files changed

+229
-234
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
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": {
@@ -32,9 +32,10 @@
3232
}
3333
],
3434
"require": {
35+
"php": ">=8.1",
3536
"phpseclib/phpseclib": "3.0.*",
3637
"guzzlehttp/psr7": "2.6.*",
37-
"web-eid/ocsp-php": "1.1.1",
38+
"web-eid/ocsp-php": "1.1.*",
3839
"psr/log": "^3.0"
3940
},
4041
"scripts": {

0 commit comments

Comments
 (0)