Sync build to 100 and stage build update in pre-commit hook
This commit is contained in:
@@ -98,5 +98,5 @@
|
|||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"version": "26.0.3",
|
"version": "26.0.3",
|
||||||
"build": "96"
|
"build": "101"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,3 +24,5 @@ $data["build"] = $build;
|
|||||||
file_put_contents($path, json_encode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) . PHP_EOL);
|
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");
|
fwrite(STDOUT, "pre-commit: composer.json build updated to {$build}\n");
|
||||||
'
|
'
|
||||||
|
|
||||||
|
git add composer.json
|
||||||
|
|||||||
Reference in New Issue
Block a user