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.
2 parents 9ab907c + 7c8f1c2 commit 71c3df0Copy full SHA for 71c3df0
cache-clear
@@ -28,11 +28,4 @@ fi
28
29
echo "## Clearing cache folders.";
30
31
-cat <<-'EOPHP' | bin/cake console -q | head -n -1
32
- foreach (\Cake\Cache\Cache::configured() as $key) {
33
- \Cake\Cache\Cache::clear(false, $key);
34
- echo " - Cleared: $key\n";
35
- }
36
- exit;
37
-
38
-EOPHP
+bin/cake cache clear_all
composer.json
@@ -9,9 +9,9 @@
9
}
10
],
11
"require": {
12
+ "cakephp/cakephp": "~3.3",
13
"phpunit/phpunit": "~4.1",
14
"phpdocumentor/phpdocumentor": "~2.0",
- "psy/psysh": "@stable",
15
"loadsys/loadsys_codesniffer": "~3.0",
16
"nikic/php-parser": "~0.9",
17
"phpmetrics/phpmetrics": "^1.10"
0 commit comments