Skip to content

Commit 8bdfc74

Browse files
committed
chore(deps): require php 8.1
1 parent 487cc34 commit 8bdfc74

File tree

2 files changed

+816
-719
lines changed

2 files changed

+816
-719
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=8.0",
20+
"php": ">=8.1",
2121
"ext-json": "*",
2222
"ext-openssl": "*",
2323
"imdhemy/appstore-iap": "^1.6",
@@ -63,7 +63,7 @@
6363
"sort-packages": true,
6464
"allow-plugins": {},
6565
"platform": {
66-
"php": "8.0"
66+
"php": "8.1"
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)