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