Add clockwork in dev environments
This commit is contained in:
parent
2ee8ac557a
commit
6cc029cad6
3 changed files with 73 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
||||||
"barryvdh/laravel-ide-helper": "^2.12.2",
|
"barryvdh/laravel-ide-helper": "^2.12.2",
|
||||||
"fakerphp/faker": "^1.19.0",
|
"fakerphp/faker": "^1.19.0",
|
||||||
"friendsofphp/php-cs-fixer": "^3.0.0",
|
"friendsofphp/php-cs-fixer": "^3.0.0",
|
||||||
|
"itsgoingd/clockwork": "^5.1",
|
||||||
"mockery/mockery": "^1.4.4",
|
"mockery/mockery": "^1.4.4",
|
||||||
"nunomaduro/collision": "^6.1.0",
|
"nunomaduro/collision": "^6.1.0",
|
||||||
"nunomaduro/larastan": "^1.0.3",
|
"nunomaduro/larastan": "^1.0.3",
|
||||||
|
|
70
composer.lock
generated
70
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "ff61241024c43f17bf75a1ee3098b967",
|
"content-hash": "4de621cc88b1bb8d1bc1e1e5c4ae0051",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
|
@ -9104,6 +9104,74 @@
|
||||||
},
|
},
|
||||||
"time": "2020-07-09T08:09:16+00:00"
|
"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",
|
"name": "justinrainbow/json-schema",
|
||||||
"version": "5.2.11",
|
"version": "5.2.11",
|
||||||
|
|
3
storage/clockwork/.gitignore
vendored
Executable file
3
storage/clockwork/.gitignore
vendored
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
*.json
|
||||||
|
*.json.gz
|
||||||
|
index
|
Loading…
Reference in a new issue