Fix core dep

This commit is contained in:
James Brooks
2024-02-13 17:23:39 +00:00
parent f43026bbd0
commit cbc4695e79
2 changed files with 27 additions and 25 deletions

View File

@@ -10,8 +10,8 @@
],
"repositories": {
"cachet-core": {
"type": "path",
"url": "../core"
"type": "vcs",
"url": "git@github.com:cachethq/core.git"
}
},
"require": {

48
composer.lock generated
View File

@@ -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": "ee3d10e062feec7f2bb45b84e12a8db4",
"content-hash": "8e3ff49a7f535120d70dc479c6643bac",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -280,10 +280,16 @@
{
"name": "cachethq/core",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/cachethq/core.git",
"reference": "8c19565e1f62bc778719ad980017fb2113eb243b"
},
"dist": {
"type": "path",
"url": "../core",
"reference": "3a94bc6010b4603acf6cccc7aa9da25b27a3feb9"
"type": "zip",
"url": "https://api.github.com/repos/cachethq/core/zipball/8c19565e1f62bc778719ad980017fb2113eb243b",
"reference": "8c19565e1f62bc778719ad980017fb2113eb243b",
"shasum": ""
},
"require": {
"doctrine/dbal": "^3.6",
@@ -309,6 +315,7 @@
"pestphp/pest-plugin-laravel": "^2.2",
"spatie/laravel-ray": "^1.32"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
@@ -383,9 +390,7 @@
"issues": "https://github.com/cachethq/core/issues",
"source": "https://github.com/cachethq/core"
},
"transport-options": {
"relative": true
}
"time": "2024-02-09T11:57:58+00:00"
},
{
"name": "carbonphp/carbon-doctrine-types",
@@ -8650,16 +8655,16 @@
},
{
"name": "laravel/pint",
"version": "v1.13.10",
"version": "v1.13.11",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "e2b5060885694ca30ac008c05dc9d47f10ed1abf"
"reference": "60a163c3e7e3346a1dec96d3e6f02e6465452552"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/e2b5060885694ca30ac008c05dc9d47f10ed1abf",
"reference": "e2b5060885694ca30ac008c05dc9d47f10ed1abf",
"url": "https://api.github.com/repos/laravel/pint/zipball/60a163c3e7e3346a1dec96d3e6f02e6465452552",
"reference": "60a163c3e7e3346a1dec96d3e6f02e6465452552",
"shasum": ""
},
"require": {
@@ -8670,13 +8675,13 @@
"php": "^8.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.47.1",
"illuminate/view": "^10.41.0",
"friendsofphp/php-cs-fixer": "^3.49.0",
"illuminate/view": "^10.43.0",
"larastan/larastan": "^2.8.1",
"laravel-zero/framework": "^10.3.0",
"mockery/mockery": "^1.6.7",
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest": "^2.31.0"
"pestphp/pest": "^2.33.6"
},
"bin": [
"builds/pint"
@@ -8712,20 +8717,20 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2024-01-22T09:04:15+00:00"
"time": "2024-02-13T17:20:13+00:00"
},
{
"name": "laravel/sail",
"version": "v1.27.3",
"version": "v1.27.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "7e01b345072c9604ead9d7aed175bf7ac1d80289"
"reference": "3047e1a157fad968cc5f6e620d5cbe5c0867fffd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/7e01b345072c9604ead9d7aed175bf7ac1d80289",
"reference": "7e01b345072c9604ead9d7aed175bf7ac1d80289",
"url": "https://api.github.com/repos/laravel/sail/zipball/3047e1a157fad968cc5f6e620d5cbe5c0867fffd",
"reference": "3047e1a157fad968cc5f6e620d5cbe5c0867fffd",
"shasum": ""
},
"require": {
@@ -8744,9 +8749,6 @@
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Sail\\SailServiceProvider"
@@ -8777,7 +8779,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2024-01-30T03:03:59+00:00"
"time": "2024-02-08T15:24:21+00:00"
},
{
"name": "mockery/mockery",