diff --git a/composer.json b/composer.json index 40aa5fe..4c6cef5 100644 --- a/composer.json +++ b/composer.json @@ -98,5 +98,5 @@ "minimum-stability": "stable", "prefer-stable": true, "version": "26.0.3", - "build": "96" + "build": "101" } diff --git a/scripts/hooks/pre-commit b/scripts/hooks/pre-commit index bb50ffc..7683504 100644 --- a/scripts/hooks/pre-commit +++ b/scripts/hooks/pre-commit @@ -24,3 +24,5 @@ $data["build"] = $build; file_put_contents($path, json_encode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) . PHP_EOL); fwrite(STDOUT, "pre-commit: composer.json build updated to {$build}\n"); ' + +git add composer.json