Initial and very naive conversion v2.0 => v2.1 (#10)

This commit is contained in:
2023-09-17 23:59:37 +08:00
parent 3c1871ce1f
commit 01d29ee023
7 changed files with 190 additions and 11 deletions

View File

@@ -13,7 +13,8 @@
"keywords": ["postman", "collection", "converter", "http", "wget", "curl", "api", "convert"],
"require": {
"php": "^8.1",
"ext-json": "*"
"ext-json": "*",
"ext-mbstring": "*"
},
"bin": ["pm-convert"],
"autoload": {