This commit is contained in:
xl
2023-05-20 23:05:38 +08:00
parent de2698ee12
commit d72ff2f82c
7 changed files with 183 additions and 163 deletions
+11 -3
View File
@@ -10,13 +10,21 @@
"license": "MIT",
"require": {
"php": ">=8.0",
"ext-json": "*"
"ext-json": "*",
"start-point/etcd-php": "^1.1"
},
"replace": {
"symfony/polyfill-apcu": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php81": "*"
},
"autoload": {
"psr-4": {
"Kiri\\Rpc\\": "./"
}
},
"require-dev": {
}
}