Skip to content

Commit 8f8b134

Browse files
authored
Merge pull request #772 from appwrite/feat-android-messaging
Android messaging updates
2 parents 6fa5f60 + c5cb767 commit 8f8b134

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+493
-831
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.1']
15+
php-version: ['8.2']
1616
sdk: [Android5Java17, Android14Java17, CLINode16, CLINode18, DartBeta, DartStable, Deno1193, Deno1303, DotNet60, DotNet70, FlutterStable, FlutterBeta, Go112, Go118, KotlinJava8, KotlinJava11, KotlinJava17, Node16, Node18, Node20, PHP74, PHP80, Python38, Python39, Python310, Ruby27, Ruby30, Ruby31, AppleSwift55, Swift55, WebChromium, WebNode]
1717

1818
steps:

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
44
"type": "library",
55
"license": "MIT",
6+
"minimum-stability": "dev",
7+
"prefer-stable": true,
68
"authors": [
79
{
810
"name": "Eldad Fux",
@@ -36,6 +38,7 @@
3638
"brianium/paratest": "^6.4",
3739
"squizlabs/php_codesniffer": "^3.6"
3840
},
39-
"minimum-stability": "dev",
40-
"prefer-stable": true
41+
"platform": {
42+
"php": "8.2"
43+
}
4144
}

0 commit comments

Comments
 (0)