Skip to content

Commit 5b53236

Browse files
Merge pull request #1009 from appwrite/chore-update-deps
Update twig
2 parents ab19a13 + e78c422 commit 5b53236

File tree

3 files changed

+100
-101
lines changed

3 files changed

+100
-101
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['8.2']
15+
php-version: ['8.3']
1616
sdk: [
1717
Android5Java17,
1818
Android14Java17,

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"psr-4": {"Tests\\": "tests"}
2727
},
2828
"require": {
29-
"php": ">=8.0",
29+
"php": ">=8.3",
3030
"ext-curl": "*",
3131
"ext-mbstring": "*",
3232
"ext-json": "*",

0 commit comments

Comments
 (0)