From 7a327ea3780786b0c1303023020cc79acd093374 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 1 Jun 2024 12:36:11 -0400 Subject: [PATCH] Remove clockwork --- composer.json | 1 - composer.lock | 70 +----------------------------------- storage/clockwork/.gitignore | 2 -- 3 files changed, 1 insertion(+), 72 deletions(-) delete mode 100755 storage/clockwork/.gitignore diff --git a/composer.json b/composer.json index 407c79890..45213c015 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,6 @@ "require-dev": { "barryvdh/laravel-ide-helper": "^3.0", "fakerphp/faker": "^1.23.1", - "itsgoingd/clockwork": "~5.1.12", "larastan/larastan": "^2.9.6", "laravel/pint": "^1.15.3", "laravel/sail": "^1.29.1", diff --git a/composer.lock b/composer.lock index d92e3bd6f..5a5c53536 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": "328bdd29cb83793ec0a99b2210941740", + "content-hash": "8feeafbeb16044bd6716510a73393fc0", "packages": [ { "name": "abdelhamiderrahmouni/filament-monaco-editor", @@ -10540,74 +10540,6 @@ }, "time": "2020-07-09T08:09:16+00:00" }, - { - "name": "itsgoingd/clockwork", - "version": "v5.1.12", - "source": { - "type": "git", - "url": "https://github.com/itsgoingd/clockwork.git", - "reference": "c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b", - "reference": "c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b", - "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.12" - }, - "funding": [ - { - "url": "https://github.com/itsgoingd", - "type": "github" - } - ], - "time": "2022-12-13T00:04:12+00:00" - }, { "name": "larastan/larastan", "version": "v2.9.6", diff --git a/storage/clockwork/.gitignore b/storage/clockwork/.gitignore deleted file mode 100755 index d6b7ef32c..000000000 --- a/storage/clockwork/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore