Skip to content

Commit 38119c7

Browse files
authored
Merge pull request #768 from appwrite/feat-oauth-return-location-header
feat: oauth return location header
2 parents a1e7af3 + 0a351a4 commit 38119c7

File tree

80 files changed

+1063
-730
lines changed

Some content is hidden

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

80 files changed

+1063
-730
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
submodules: recursive
2323

@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Checkout code
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v4
5959

6060
- name: Setup PHP with PECL extension
6161
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"ext-curl": "*",
3131
"ext-mbstring": "*",
3232
"ext-json": "*",
33-
"twig/twig": "^3.4.1",
34-
"matthiasmullie/minify": "^1.3.68"
33+
"twig/twig": "v3.8.*",
34+
"matthiasmullie/minify": "1.3.*"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^9.5.21",
38-
"brianium/paratest": "^6.4",
39-
"squizlabs/php_codesniffer": "^3.6"
37+
"phpunit/phpunit": "10.5.*",
38+
"brianium/paratest": "v7.4.*",
39+
"squizlabs/php_codesniffer": "3.9.*"
4040
},
4141
"platform": {
4242
"php": "8.2"

0 commit comments

Comments
 (0)