Skip to content

Commit ec1e4d1

Browse files
committed
Merge branch 'master' of git.authing.co:sdk/authing-php-sdk
2 parents 3968cda + eb1b5b5 commit ec1e4d1

File tree

2 files changed

+246
-241
lines changed

2 files changed

+246
-241
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"ext-json": "*",
1010
"ext-openssl": "*",
1111
"guzzlehttp/guzzle": "^7.2",
12-
"symfony/yaml": "^5.2",
1312
"firebase/php-jwt": "^5.2"
1413
},
1514
"require-dev": {
@@ -37,5 +36,11 @@
3736
"psr-4": {
3837
"Test\\": "tests/"
3938
}
39+
},
40+
"repositories": {
41+
"packagist": {
42+
"type": "composer",
43+
"url": "https://mirrors.aliyun.com/composer/"
44+
}
4045
}
41-
}
46+
}

0 commit comments

Comments
 (0)