We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e547471 commit 55e8ee1Copy full SHA for 55e8ee1
1 file changed
contrib/cachetool.php
@@ -56,7 +56,7 @@
56
* CacheTool 8.x works with PHP >=8.0
57
* CacheTool 7.x works with PHP >=7.3
58
*/
59
-set('cachetool_url', 'https://github.com/gordalina/cachetool/releases/download/9.0.0/cachetool.phar');
+set('cachetool_url', 'https://github.com/gordalina/cachetool/releases/download/9.1.0/cachetool.phar');
60
set('cachetool_args', '');
61
set('bin/cachetool', function () {
62
if (!test('[ -f {{release_or_current_path}}/cachetool.phar ]')) {
0 commit comments