This commit is contained in:
2026-04-08 17:40:06 +08:00
parent a2cc18a434
commit 0f95fab755
12 changed files with 620 additions and 360 deletions

View File

@@ -12,7 +12,7 @@
],
"keywords": ["postman", "collection", "converter", "http", "wget", "curl", "api", "convert"],
"require": {
"php": "^8.2",
"php": "^8.4",
"ext-json": "*",
"ext-mbstring": "*",
"ext-readline": "*"
@@ -32,6 +32,6 @@
"sort-packages": true
},
"require-dev": {
"phpunit/phpunit": "^10.3"
"phpunit/phpunit": "^12.5"
}
}