From 3d55f8ef72d83d5a7865292049343820a69d2e2c Mon Sep 17 00:00:00 2001 From: Anthonius Munthi Date: Fri, 9 Nov 2018 16:59:09 +0800 Subject: [PATCH] fixed composer not allowed clear-cache command issues fix #2 --- composer.json | 4 ++-- composer.lock | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 414eb88..bd2a594 100644 --- a/composer.json +++ b/composer.json @@ -47,11 +47,11 @@ }, "scripts": { "auto-scripts": [ - "@clear-cache", + "@cache-clear", "@install-assets", "npm install" ], - "clear-cache": "./vendor/bin/yawik clear-cache", + "cache-clear": "./vendor/bin/yawik clear-cache", "install-assets": "./vendor/bin/yawik assets-install --relative", "serve": "php -S localhost:8080 -t public/", "post-install-cmd": [ diff --git a/composer.lock b/composer.lock index f2e5d86..a0b34b1 100644 --- a/composer.lock +++ b/composer.lock @@ -2349,12 +2349,12 @@ "source": { "type": "git", "url": "https://github.com/yawik/applications.git", - "reference": "2242d8862541f3386ffa0e2c282abc8ecff21fa3" + "reference": "ee925172981b3d899fc99b620f2bb3727d12acfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yawik/applications/zipball/2242d8862541f3386ffa0e2c282abc8ecff21fa3", - "reference": "2242d8862541f3386ffa0e2c282abc8ecff21fa3", + "url": "https://api.github.com/repos/yawik/applications/zipball/ee925172981b3d899fc99b620f2bb3727d12acfe", + "reference": "ee925172981b3d899fc99b620f2bb3727d12acfe", "shasum": "" }, "require": { @@ -2398,7 +2398,7 @@ "yawik", "zf" ], - "time": "2018-11-02T02:28:09+00:00" + "time": "2018-11-07T18:09:41+00:00" }, { "name": "yawik/auth", @@ -2464,12 +2464,12 @@ "source": { "type": "git", "url": "https://github.com/yawik/core.git", - "reference": "773ae36e5c3a4c099c156307a7f3cfa767960f66" + "reference": "6019a7d61031056d662e5fd6f625ac664e70c105" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yawik/core/zipball/773ae36e5c3a4c099c156307a7f3cfa767960f66", - "reference": "773ae36e5c3a4c099c156307a7f3cfa767960f66", + "url": "https://api.github.com/repos/yawik/core/zipball/6019a7d61031056d662e5fd6f625ac664e70c105", + "reference": "6019a7d61031056d662e5fd6f625ac664e70c105", "shasum": "" }, "require": { @@ -2572,7 +2572,7 @@ "yawik", "zf3" ], - "time": "2018-11-07T16:22:32+00:00" + "time": "2018-11-09T05:43:31+00:00" }, { "name": "yawik/cv", @@ -2867,12 +2867,12 @@ "source": { "type": "git", "url": "https://github.com/yawik/organizations.git", - "reference": "c2a997902343e2b03280bb843e63f3d74633fab3" + "reference": "0b4949e1c6afa4d23d55ac55eb451adf08d86638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yawik/organizations/zipball/c2a997902343e2b03280bb843e63f3d74633fab3", - "reference": "c2a997902343e2b03280bb843e63f3d74633fab3", + "url": "https://api.github.com/repos/yawik/organizations/zipball/0b4949e1c6afa4d23d55ac55eb451adf08d86638", + "reference": "0b4949e1c6afa4d23d55ac55eb451adf08d86638", "shasum": "" }, "require": { @@ -2916,7 +2916,7 @@ "yawik", "zf3" ], - "time": "2018-11-07T16:55:24+00:00" + "time": "2018-11-09T03:58:52+00:00" }, { "name": "yawik/pdf", @@ -8213,12 +8213,12 @@ "source": { "type": "git", "url": "https://github.com/yawik/behat.git", - "reference": "d7529403c1bc218a814a2a0840e18f02e01aef8e" + "reference": "32922ce47c40f3104b7d22f41c534b7f1a263270" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yawik/behat/zipball/d7529403c1bc218a814a2a0840e18f02e01aef8e", - "reference": "d7529403c1bc218a814a2a0840e18f02e01aef8e", + "url": "https://api.github.com/repos/yawik/behat/zipball/32922ce47c40f3104b7d22f41c534b7f1a263270", + "reference": "32922ce47c40f3104b7d22f41c534b7f1a263270", "shasum": "" }, "require": { @@ -8272,7 +8272,7 @@ "yawik", "zf3" ], - "time": "2018-11-07T08:14:42+00:00" + "time": "2018-11-09T04:06:25+00:00" }, { "name": "zendframework/zend-dom",