From 6cc029cad65b2eff071beed1e7c748794ab6c9dd Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 12 Mar 2022 16:21:26 -0500 Subject: [PATCH] Add clockwork in dev environments --- composer.json | 1 + composer.lock | 70 +++++++++++++++++++++++++++++++++++- storage/clockwork/.gitignore | 3 ++ 3 files changed, 73 insertions(+), 1 deletion(-) create mode 100755 storage/clockwork/.gitignore diff --git a/composer.json b/composer.json index 837fa7574..8763f542c 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,7 @@ "barryvdh/laravel-ide-helper": "^2.12.2", "fakerphp/faker": "^1.19.0", "friendsofphp/php-cs-fixer": "^3.0.0", + "itsgoingd/clockwork": "^5.1", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^6.1.0", "nunomaduro/larastan": "^1.0.3", diff --git a/composer.lock b/composer.lock index 59abacf50..48748b077 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ff61241024c43f17bf75a1ee3098b967", + "content-hash": "4de621cc88b1bb8d1bc1e1e5c4ae0051", "packages": [ { "name": "aws/aws-crt-php", @@ -9104,6 +9104,74 @@ }, "time": "2020-07-09T08:09:16+00:00" }, + { + "name": "itsgoingd/clockwork", + "version": "v5.1.5", + "source": { + "type": "git", + "url": "https://github.com/itsgoingd/clockwork.git", + "reference": "6a7b3942224fa53cf3704d9adba636e1f3dfeb9a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/6a7b3942224fa53cf3704d9adba636e1f3dfeb9a", + "reference": "6a7b3942224fa53cf3704d9adba636e1f3dfeb9a", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=5.6" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Clockwork\\Support\\Laravel\\ClockworkServiceProvider" + ], + "aliases": { + "Clockwork": "Clockwork\\Support\\Laravel\\Facade" + } + } + }, + "autoload": { + "psr-4": { + "Clockwork\\": "Clockwork/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "itsgoingd", + "email": "itsgoingd@luzer.sk", + "homepage": "https://twitter.com/itsgoingd" + } + ], + "description": "php dev tools in your browser", + "homepage": "https://underground.works/clockwork", + "keywords": [ + "Devtools", + "debugging", + "laravel", + "logging", + "lumen", + "profiling", + "slim" + ], + "support": { + "issues": "https://github.com/itsgoingd/clockwork/issues", + "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.5" + }, + "funding": [ + { + "url": "https://github.com/itsgoingd", + "type": "github" + } + ], + "time": "2022-02-13T22:57:42+00:00" + }, { "name": "justinrainbow/json-schema", "version": "5.2.11", diff --git a/storage/clockwork/.gitignore b/storage/clockwork/.gitignore new file mode 100755 index 000000000..3fac1bff8 --- /dev/null +++ b/storage/clockwork/.gitignore @@ -0,0 +1,3 @@ +*.json +*.json.gz +index