diff --git a/src/php.py b/src/php.py index 16e243de..a16ff33e 100644 --- a/src/php.py +++ b/src/php.py @@ -37,7 +37,7 @@ with open("releases/php.json", "w") as f: json.dumps( dict(sorted( releases.items(), - key=lambda x: list(map(str, x[0].split("."))) + key=lambda x: list(map(int, x[0].split("."))) )), indent=2, )